diff options
author | manojgudi | 2013-10-29 15:28:21 +0530 |
---|---|---|
committer | manojgudi | 2013-10-29 15:28:21 +0530 |
commit | 697743076d631a3d35d015a0246c251f178816de (patch) | |
tree | d57b26c40c1a47a47d7cb08827f560a630e17c5d /install | |
parent | 07532cc2da908522670b00c26fe440ca69a1720f (diff) | |
download | sciscipy-1.0.0-697743076d631a3d35d015a0246c251f178816de.tar.gz sciscipy-1.0.0-697743076d631a3d35d015a0246c251f178816de.tar.bz2 sciscipy-1.0.0-697743076d631a3d35d015a0246c251f178816de.zip |
Added uninstall script
Diffstat (limited to 'install')
-rwxr-xr-x | install | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ echo "$bold $red Installing sciscipy $end" ./setup.py build # For Debian/Ubuntu based OSes -sudo ./setup.py install --install-layout=deb +sudo ./setup.py install --install-layout=deb --record install_files.txt echo "$bold $red Setting up variables $end" s2pconf=/etc/ld.so.conf.d/sciscipy.conf |