Navigation Menu

Skip to content

Commit

Permalink
bug 934459: pip no longer supports -E
Browse files Browse the repository at this point in the history
Change-Id: I2acdef113d147b7130053088d4bcf8515f61b815
  • Loading branch information
Dan Wendlandt committed Feb 25, 2012
1 parent 543e150 commit 9f4ec1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_venv.py
Expand Up @@ -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"
Expand Down

0 comments on commit 9f4ec1c

Please sign in to comment.