We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f123ad3 commit 4f60ad9Copy full SHA for 4f60ad9
buildenv.sh
@@ -2,4 +2,4 @@
2
virtualenv --python=python2.6 --clear venv
3
source ./venv/bin/activate
4
./venv/bin/easy_install pip
5
-./venv/bin/pip install -E venv -r ./req.txt
+./venv/bin/pip install -r ./req.txt
0 commit comments