diff --git a/bin/pyenv-virtualenv b/bin/pyenv-virtualenv index 8e45cfb..cb7ed20 100755 --- a/bin/pyenv-virtualenv +++ b/bin/pyenv-virtualenv @@ -181,9 +181,9 @@ install_pip() { else [ -n "${GET_PIP_URL}" ] || { if [ -n "${PIP_VERSION}" ]; then - GET_PIP_URL="https://raw.github.com/pypa/pip/${PIP_VERSION}/contrib/get-pip.py" + GET_PIP_URL="https://raw.githubusercontent.com/pypa/pip/${PIP_VERSION}/contrib/get-pip.py" else - GET_PIP_URL="https://raw.github.com/pypa/pip/master/contrib/get-pip.py" + GET_PIP_URL="https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py" fi } if [ -n "$VERBOSE" ]; then