Merge "Install a good version of pip in the venv."
This commit is contained in:
commit
d11d0e621b
@ -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.'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user