Pin get-pip.py to 3.2
As get-pip.py evolves based on pip 10, while we're still using pip 9, changes in the way it can be used are causing problems. For example, the ability to use --download is no longer there. As such, let's pin to a known good version and leave it at that until we no longer need to use this script. Version 3.2 maps to pip 7.1.2 which fulfills our needs. Change-Id: I43ee210311daf206bd7586eaf8592809d8c38678
This commit is contained in:
parent
1526cfd22d
commit
d0dc1e46f1
@ -31,7 +31,7 @@ Install OS-specific prerequisites::
|
||||
|
||||
Install pip::
|
||||
|
||||
curl -s https://bootstrap.pypa.io/get-pip.py | sudo python
|
||||
curl -s https://bootstrap.pypa.io/3.2/get-pip.py | sudo python
|
||||
|
||||
Install common prerequisites::
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user