From d623cab022312f99fabaac2fce819efe5d4a5fc4 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 2 Feb 2019 17:53:19 +0800 Subject: [PATCH] Update install_centos.sh --- scripts/install_centos.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/scripts/install_centos.sh b/scripts/install_centos.sh index f0855a276..85060a893 100755 --- a/scripts/install_centos.sh +++ b/scripts/install_centos.sh @@ -27,6 +27,10 @@ paces="wget python-devel python-imaging zip unzip openssl openssl-devel gcc libx yum -y install $paces yum -y lsof net-tools.x86_64 yum -y install ncurses-devel mysql-dev -yum -y install epel-release python-pip python-devel +yum -y install epel-release python-devel + +wget https://bootstrap.pypa.io/get-pip.py +python get-pip.py + pip install --upgrade pip pip install -r /www/server/mdserver-web/requirements.txt \ No newline at end of file