Add the get-pip.py URL for Python 3.6

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

View file

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