diff --git a/bin/pyenv-virtualenv b/bin/pyenv-virtualenv index cda3a9d..2cb127b 100755 --- a/bin/pyenv-virtualenv +++ b/bin/pyenv-virtualenv @@ -493,6 +493,9 @@ if [ -z "${GET_PIP_URL}" ]; then 3.4 | 3.4.* ) GET_PIP_URL="https://bootstrap.pypa.io/pip/3.4/get-pip.py" ;; + 3.5 | 3.5.* ) + GET_PIP_URL="https://bootstrap.pypa.io/pip/3.5/get-pip.py" + ;; * ) GET_PIP_URL="https://bootstrap.pypa.io/get-pip.py" ;;