mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-16 02:06:22 -04:00
Update the get-pip.py URL for Python 3.2
This commit is contained in:
parent
017ea60cd3
commit
b9f3a779b7
|
|
@ -485,7 +485,7 @@ if [ -z "${GET_PIP_URL}" ]; then
|
|||
GET_PIP_URL="https://bootstrap.pypa.io/pip/2.7/get-pip.py"
|
||||
;;
|
||||
3.2 | 3.2.* )
|
||||
GET_PIP_URL="https://bootstrap.pypa.io/3.2/get-pip.py"
|
||||
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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue