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