Skip to content

Commit

Permalink
updated official download url for get-pip.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dehylton committed Jan 6, 2018
1 parent 328bd20 commit 39c7411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nv-plugins/python
Expand Up @@ -31,7 +31,7 @@ plug_install_pip() {
if [ ! -f "$env_name_full/bin/pip" ]; then
(
nv on --same-shell $env_name >/dev/null
local get_pip_url="https://raw.github.com/pypa/pip/master/contrib/get-pip.py"
local get_pip_url="https://bootstrap.pypa.io/get-pip.py"
local get_pip=$(nv_download_file $get_pip_url "get-pip.py")
python $get_pip >/dev/null
)
Expand Down

0 comments on commit 39c7411

Please sign in to comment.