+5
-1
@@ -184,7 +184,11 @@ function mn_deps {
|
|||||||
# Install pip
|
# Install pip
|
||||||
$install ${PYPKG}-pip || $install ${PYPKG}-pip-whl
|
$install ${PYPKG}-pip || $install ${PYPKG}-pip-whl
|
||||||
if ! ${PYTHON} -m pip -V; then
|
if ! ${PYTHON} -m pip -V; then
|
||||||
wget https://bootstrap.pypa.io/get-pip.py
|
if [ $PYTHON_VERSION == 2 ]; then
|
||||||
|
wget https://bootstrap.pypa.io/2.6/get-pip.py
|
||||||
|
else
|
||||||
|
wget https://bootstrap.pypa.io/get-pip.py
|
||||||
|
fi
|
||||||
sudo ${PYTHON} get-pip.py
|
sudo ${PYTHON} get-pip.py
|
||||||
rm get-pip.py
|
rm get-pip.py
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user