Update install.sh

Co-authored-by: drugsosos <44712637+Drugsosos@users.noreply.github.com>
pull/465/head
micziz 3 years ago committed by GitHub
parent 0591cf84fe
commit d55e341600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -119,7 +119,7 @@ function install_centos(){
echo "Python is already installed"
fi
if [ ! command -v pip3 &> /dev/null ]; then
sudo yum install python3-pip
python3 -m ensurepip --upgrade
else
echo "pip is already installed"
fi

Loading…
Cancel
Save