bug 934459: pip no longer supports -E
Change-Id: I2acdef113d147b7130053088d4bcf8515f61b815
This commit is contained in:
parent
d85ea92041
commit
09fd1d9ce0
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user