Fixing pip3 package name for redhat

This commit is contained in:
ulvii 2017-07-14 12:06:47 -07:00
parent 482d819aae
commit 36ba05800d

View file

@ -55,7 +55,7 @@ elif [ $PLATFORM = "RedHat7" ]; then
yes | sudo yum install python34-setuptools -y >> env_setup.log 2>&1
echo "OK"
echo "Installing gcc, git, zip libxml, openssl, EPEL, python3, pip3..."
yes | sudo yum install -y gcc-c++ libxml2-devel git zip openssl-devel python34 python34-devel python3-pip >> env_setup.log 2>&1
yes | sudo yum install -y gcc-c++ libxml2-devel git zip openssl-devel python34 python34-devel python34-pip >> env_setup.log 2>&1
echo "OK"
echo "Installing MSODBCSQL..."
curl -s https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/mssql-release.repo