Python3 on CentOS7

For RPM tests on CentOS7, installing python3 is done that way in our tests:

yum -y install https://centos7.iuscommunity.org/ius-release.rpm
yum -y install python36u python36u-pip

alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 1
Pierre Ancelot, 2019.
Back to main page