More cleanup of installation

This commit is contained in:
Steven Silvester
2015-09-04 08:54:28 -05:00
parent 8d04db3bec
commit 39d069fbc8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -3,4 +3,4 @@ imread; python_version != '2.7'
SimpleITK; python_version != '3.4'
astropy
tifffile
imageio
imageio; python_version != '2.6'
+1 -1
View File
@@ -41,7 +41,7 @@ if [[ $PY == 2.7* ]]; then
ln -sf $LIB_SYSTEM_PATH/$LIB $LIB_VIRTUALENV_PATH/$LIB
done
else
else if [[ $PY != 3.2* ]]; then
python ~/venv/bin/pyside_postinstall.py -install
fi