Merge "Pin get-pip.py to 3.2"

This commit is contained in:
Zuul 2018-07-21 22:55:45 +00:00 committed by Gerrit Code Review
commit 155ab3ff02
1 changed files with 1 additions and 1 deletions

View File

@ -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