Update install_centos.sh
This commit is contained in:
parent
8d4d72e14d
commit
8931a28286
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue