From ba57d6ef2a64b5b659d391aa270214f46e361529 Mon Sep 17 00:00:00 2001 From: Nicholas McDonnell <50747025+mcdonnnj@users.noreply.github.com> Date: Sat, 26 Feb 2022 01:35:19 -0500 Subject: [PATCH] Update the default get-pip.py URL --- bin/pyenv-virtualenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pyenv-virtualenv b/bin/pyenv-virtualenv index 9c4e953..b1bb20c 100755 --- a/bin/pyenv-virtualenv +++ b/bin/pyenv-virtualenv @@ -500,7 +500,7 @@ if [ -z "${GET_PIP_URL}" ]; then GET_PIP_URL="https://bootstrap.pypa.io/pip/3.6/get-pip.py" ;; * ) - GET_PIP_URL="https://bootstrap.pypa.io/get-pip.py" + GET_PIP_URL="https://bootstrap.pypa.io/pip/get-pip.py" ;; esac fi