cleaned up scientific install

This commit is contained in:
fawce
2012-09-30 23:40:13 -04:00
parent 483c223103
commit 44ba87ef01
+1 -10
View File
@@ -8,19 +8,10 @@ if [ ! -d $WORKON_HOME ]; then
fi
source /usr/local/bin/virtualenvwrapper.sh
#create the scientific python virtualenv and copy to provide zipline base
mkvirtualenv --no-site-packages scientific_base
workon scientific_base
./etc/ordered_pip.sh ./etc/requirements_sci.txt
deactivate
#re-base zipline
#rmvirtualenv zipline
cpvirtualenv scientific_base zipline
workon zipline
./etc/ordered_pip.sh ./etc/requirements.txt
./etc/ordered_pip.sh ./etc/requirements_dev.txt
./etc/ordered_pip.sh ./etc/requirements_sci.txt
# Show what we have installed
pip freeze