Skip to content

Commit 8a50d38

Browse files
ramonfonteslantz
andauthored
get-pip (mininet#1066)
The URL of get-pip.py has changed to https://bootstrap.pypa.io/pip/2.6/get-pip.py Co-authored-by: lantz <rlantz@cs.stanford.edu>
1 parent d1b0b32 commit 8a50d38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ function mn_deps {
187187
$install ${PYPKG}-pip || $install ${PYPKG}-pip-whl
188188
if ! ${PYTHON} -m pip -V; then
189189
if [ $PYTHON_VERSION == 2 ]; then
190-
wget https://bootstrap.pypa.io/2.6/get-pip.py
190+
wget https://bootstrap.pypa.io/pip/2.6/get-pip.py
191191
else
192192
wget https://bootstrap.pypa.io/get-pip.py
193193
fi

0 commit comments

Comments
 (0)