Skip to content

Commit 10caac2

Browse files
committed
remove VE
1 parent fdd3cf4 commit 10caac2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

MacInstallation.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@ brew install numpy
3131
brew install scipy
3232
brew install matplotlib
3333

34-
echo "Create a virtual env"
34+
echo "Create QSTK directory"
3535
mkdir ~/QSTK
3636
cd ~/QSTK
37-
virtualenv env --distribute --system-site-packages
38-
source ~/QSTK/env/bin/activate
37+
# virtualenv env --distribute --system-site-packages
38+
# source ~/QSTK/env/bin/activate
3939

4040
echo "Install pandas, scikits"
4141
pip install pandas

Scripts/AutomatedMac.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ brew install numpy
3636
brew install scipy
3737
brew install matplotlib
3838

39-
echo "Create a virtual env"
39+
echo "Create QSTK directory"
4040
mkdir ~/QSTK
4141
cd ~/QSTK
42-
virtualenv env --distribute --system-site-packages
43-
source ~/QSTK/env/bin/activate
42+
# virtualenv env --distribute --system-site-packages
43+
# source ~/QSTK/env/bin/activate
4444

4545
echo "Install pandas, scikits"
4646
pip install pandas
@@ -54,5 +54,5 @@ curl -O https://spark-public.s3.amazonaws.com/compinvesting1/QSTK-Setups/Example
5454
unzip Examples.zip
5555
python Validation.py
5656

57-
echo "Deactivating"
58-
deactivate
57+
# echo "Deactivating"
58+
# deactivate

0 commit comments

Comments
 (0)