Update Tue Jan 26 06:28:58 AM CST 2021
This commit is contained in:
parent
3db4ff2f33
commit
a6f3e823bc
|
@ -134,7 +134,7 @@ python-pip-curl () {
|
|||
then
|
||||
echo -e "\n $greenplus installing pip"
|
||||
eval curl https://bootstrap.pypa.io/get-pip.py -o /tmp/get-pip.py $silent
|
||||
eval python /tmp/get-pip.py $silent
|
||||
eval python3 /tmp/get-pip.py $silent
|
||||
rm -f /tmp/get-pip.py
|
||||
eval pip install setuptools
|
||||
echo -e "\n $greenplus python-pip installed"
|
||||
|
|
Loading…
Reference in New Issue