summaryrefslogtreecommitdiffstats
path: root/validator/rpm/installpython3.sh
blob: 8f2d8334ff8c0deeced9e227658a768574fe0bed (plain)
1
2
3
4
5
#!/usr/bin/env python3
# This script is to be handed out (possibly find a different python3 source) so that server provisioners may install python3 in centOS7

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