mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-02 02:24:02 +08:00
cleaned up scientific install
This commit is contained in:
+1
-10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user