Update the default get-pip.py URL

This commit is contained in:
Nicholas McDonnell 2022-02-26 01:35:19 -05:00
parent 08037807f2
commit ba57d6ef2a
No known key found for this signature in database
GPG key ID: 7994ADE2A56BE5D1

View file

@ -500,7 +500,7 @@ if [ -z "${GET_PIP_URL}" ]; then
GET_PIP_URL="https://bootstrap.pypa.io/pip/3.6/get-pip.py"
;;
* )
GET_PIP_URL="https://bootstrap.pypa.io/get-pip.py"
GET_PIP_URL="https://bootstrap.pypa.io/pip/get-pip.py"
;;
esac
fi