mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-14 06:23:52 -05:00
Unlike python-build, DEFINITION_PATH isn't available within pyenv-virtualenv
This commit is contained in:
@@ -467,7 +467,7 @@ if [ -z "${GET_PIP_URL}" ]; then
|
|||||||
unset PIP_VERSION
|
unset PIP_VERSION
|
||||||
else
|
else
|
||||||
# Use custom get-pip URL based on the target version (#1127)
|
# Use custom get-pip URL based on the target version (#1127)
|
||||||
case "${DEFINITION_PATH##*/}" in
|
case "${PYENV_VERSION}" in
|
||||||
2.6 | 2.6.* )
|
2.6 | 2.6.* )
|
||||||
GET_PIP_URL="https://bootstrap.pypa.io/2.6/get-pip.py"
|
GET_PIP_URL="https://bootstrap.pypa.io/2.6/get-pip.py"
|
||||||
;;
|
;;
|
||||||
|
|||||||
Reference in New Issue
Block a user