Update install_centos.sh

This commit is contained in:
midoks 2021-04-30 18:02:09 +08:00
parent 8d4d72e14d
commit 8931a28286
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ yum -y install MySQL-python
yum -y install epel-release
if [ ! -f '/usr/bin/pip' ];then
wget https://bootstrap.pypa.io/get-pip.py
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
python get-pip.py
pip install --upgrade pip
fi