Update install_centos.sh

pull/109/head
Mr Chen 6 years ago
parent 1af4300f69
commit 4311b4507a
  1. 9
      scripts/install_centos.sh

@ -29,8 +29,11 @@ yum -y lsof net-tools.x86_64
yum -y install ncurses-devel mysql-dev locate
yum -y install epel-release python-devel
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
if [ ! -f '/usr/bin/pip' ];then
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
pip install --upgrade pip
fi
pip install --upgrade pip
pip install -r /www/server/mdserver-web/requirements.txt
Loading…
Cancel
Save