Merge "Pin get-pip.py to 3.2"
This commit is contained in:
commit
155ab3ff02
@ -173,7 +173,7 @@ if [[ $(readlink -f /etc/alternatives/pip) =~ "pip3" ]]; then
|
||||
fi
|
||||
|
||||
if ! which pip; then
|
||||
wget -O /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py
|
||||
wget -O /tmp/get-pip.py https://bootstrap.pypa.io/3.2/get-pip.py
|
||||
sudo -H -E ${PYTHON} /tmp/get-pip.py
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user