mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-14 17:26:28 -04:00
Update the get-pip.py URL for Python 3.3
This commit is contained in:
parent
b9f3a779b7
commit
ae44d30f58
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue