From 9246e0453f8e7335103d086ace22be8082a84b0e Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Fri, 17 Feb 2012 13:09:08 -0800 Subject: fixes #934459 Change-Id: Icbe5c3d1d00466dc018b50363d13135a87f5b46e --- tools/install_venv.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/install_venv.py b/tools/install_venv.py index 11f682b6..0f20cf1c 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -99,7 +99,7 @@ def create_virtualenv(venv=VENV): 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) -- cgit