From 8931a2828647f0a2fa205bde89331f9616b5475c Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 30 Apr 2021 18:02:09 +0800 Subject: [PATCH] Update install_centos.sh --- scripts/install_centos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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