Update the get-pip.py URL for Python 3.3

This commit is contained in:
Nicholas McDonnell 2022-02-26 01:32:17 -05:00
parent b9f3a779b7
commit ae44d30f58
No known key found for this signature in database
GPG key ID: 7994ADE2A56BE5D1

View file

@ -488,7 +488,7 @@ if [ -z "${GET_PIP_URL}" ]; then
GET_PIP_URL="https://bootstrap.pypa.io/pip/3.2/get-pip.py"
;;
3.3 | 3.3.* )
GET_PIP_URL="https://bootstrap.pypa.io/3.3/get-pip.py"
GET_PIP_URL="https://bootstrap.pypa.io/pip/3.3/get-pip.py"
;;
* )
GET_PIP_URL="https://bootstrap.pypa.io/get-pip.py"