install python 3 on centos8

This commit is contained in:
Usman Nasir
2019-12-20 19:33:07 +05:00
parent aed3d1012a
commit 75c4284d05

View File

@@ -403,6 +403,9 @@ if [[ $DEV == "ON" ]] ; then
yum -y groupinstall development
yum -y install https://centos7.iuscommunity.org/ius-release.rpm
yum -y install python36u python36u-pip python36u-devel
fi
if [[ $CENTOS_8 == "True" ]] ; then
dnf install python3 -y
fi
fi
fi