mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 22:03:04 +00:00
upgrade pip
This commit is contained in:
parent
24dfce49eb
commit
9c1dc47f37
@ -19,6 +19,10 @@ sudo --set-home -u nobody virtualenv --python python2.7 /tmp/tests
|
||||
# install things using pip!
|
||||
sudo --set-home -u nobody /tmp/tests/bin/pip install certifi
|
||||
|
||||
# Get a new, awesome version of pip. For example, the distro-packaged
|
||||
# virtualenv's pip may not know about wheels.
|
||||
sudo --set-home -u nobody /tmp/tests/bin/pip install --upgrade pip
|
||||
|
||||
# Populate the wheelhouse, if necessary.
|
||||
sudo --set-home -u nobody /tmp/tests/bin/pip \
|
||||
wheel \
|
||||
|
Loading…
x
Reference in New Issue
Block a user