diff --git a/scripts/install_centos.sh b/scripts/install_centos.sh index 733fc82ef..e58246bd9 100755 --- a/scripts/install_centos.sh +++ b/scripts/install_centos.sh @@ -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