Update Tue Jan 26 06:28:58 AM CST 2021

This commit is contained in:
Dewalt 2021-01-26 06:28:58 -06:00
parent 3db4ff2f33
commit a6f3e823bc
1 changed files with 1 additions and 1 deletions

View File

@ -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"