Skip to content

Commit 4f60ad9

Browse files
committed
Removed -E arg from buildenv
1 parent f123ad3 commit 4f60ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
virtualenv --python=python2.6 --clear venv
33
source ./venv/bin/activate
44
./venv/bin/easy_install pip
5-
./venv/bin/pip install -E venv -r ./req.txt
5+
./venv/bin/pip install -r ./req.txt

0 commit comments

Comments
 (0)