bug 934459: pip no longer supports -E

Change-Id: I2acdef113d147b7130053088d4bcf8515f61b815
This commit is contained in:
Dan Wendlandt 2012-02-25 10:24:34 -08:00
parent d85ea92041
commit 09fd1d9ce0

View File

@ -91,7 +91,7 @@ def create_virtualenv(venv=VENV, install_pip=False):
def install_dependencies(venv=VENV):
print 'Installing dependencies with pip (this can take a while)...'
run_command(['tools/with_venv.sh', 'pip', 'install', '-E', venv, '-r',
run_command(['tools/with_venv.sh', 'pip', 'install', '-r',
PIP_REQUIRES], redirect_output=False)
# Tell the virtual env how to "import quantum"