Skip to content

Commit

Permalink
get-pip (mininet#1066)
Browse files Browse the repository at this point in the history
The URL of get-pip.py has changed to https://bootstrap.pypa.io/pip/2.6/get-pip.py

Co-authored-by: lantz <[email protected]>
  • Loading branch information
ramonfontes and lantz authored Nov 9, 2021
1 parent d1b0b32 commit 8a50d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function mn_deps {
$install ${PYPKG}-pip || $install ${PYPKG}-pip-whl
if ! ${PYTHON} -m pip -V; then
if [ $PYTHON_VERSION == 2 ]; then
wget https://bootstrap.pypa.io/2.6/get-pip.py
wget https://bootstrap.pypa.io/pip/2.6/get-pip.py
else
wget https://bootstrap.pypa.io/get-pip.py
fi
Expand Down

0 comments on commit 8a50d38

Please sign in to comment.