From 110b4ed25c28701d598beec3d360f3658ac2ba92 Mon Sep 17 00:00:00 2001 From: midoks Date: Thu, 9 Jul 2020 18:54:16 +0800 Subject: [PATCH] Update install_centos.sh --- scripts/install_centos.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_centos.sh b/scripts/install_centos.sh index 8213866e1..fea56da38 100755 --- a/scripts/install_centos.sh +++ b/scripts/install_centos.sh @@ -80,6 +80,7 @@ paces="wget python-devel python-imaging libicu-devel zip unzip bzip2-devel opens yum -y install $paces yum -y lsof net-tools.x86_64 yum -y install ncurses-devel mysql-dev locate cmake +yum -y install python-devel.x86_64 yum -y install epel-release if [ ! -f '/usr/bin/pip' ];then