mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-13 13:53:07 +00:00
Try upgrading pip first
This commit is contained in:
parent
e1acacdae2
commit
d7a90b24c2
@ -38,5 +38,8 @@ export PIP_FIND_LINKS="file://${WHEELHOUSE_PATH}"
|
||||
"${PIP}" install certifi
|
||||
|
||||
# Get a new, awesome version of pip and setuptools. For example, the
|
||||
# distro-packaged virtualenv's pip may not know about wheels.
|
||||
"${PIP}" install --upgrade pip setuptools wheel
|
||||
# distro-packaged virtualenv's pip may not know about wheels. Get the newer
|
||||
# version of pip *first* in case we have a really old one now which can't even
|
||||
# install setuptools properly.
|
||||
"${PIP}" install --upgrade pip
|
||||
"${PIP}" install --upgrade setuptools wheel
|
||||
|
Loading…
x
Reference in New Issue
Block a user