Skip to content

Commit

Permalink
Install a good version of pip in the venv.
Browse files Browse the repository at this point in the history
Change-Id: If55032a5018b50cd7cc359ec4a013c8c18dc735e
  • Loading branch information
emonty committed Jan 2, 2012
1 parent 5b23b5e commit 98d04ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/install_venv.py
Expand Up @@ -83,7 +83,8 @@ def create_virtualenv(venv=VENV, install_pip=False):
print 'done.'
print 'Installing pip in virtualenv...',
if install_pip and \
not run_command(['tools/with_venv.sh', 'easy_install', 'pip']):
not run_command(['tools/with_venv.sh', 'easy_install',
'pip>1.0']):
die("Failed to install pip.")
print 'done.'

Expand Down

0 comments on commit 98d04ae

Please sign in to comment.