Add the get-pip.py URL for Python 3.5

This commit is contained in:
Nicholas McDonnell 2022-02-26 01:34:09 -05:00
parent 09d1c446a8
commit e12f23480d
No known key found for this signature in database
GPG key ID: 7994ADE2A56BE5D1

View file

@ -493,6 +493,9 @@ if [ -z "${GET_PIP_URL}" ]; then
3.4 | 3.4.* )
GET_PIP_URL="https://bootstrap.pypa.io/pip/3.4/get-pip.py"
;;
3.5 | 3.5.* )
GET_PIP_URL="https://bootstrap.pypa.io/pip/3.5/get-pip.py"
;;
* )
GET_PIP_URL="https://bootstrap.pypa.io/get-pip.py"
;;