Rename pharos-dashboard and pharos-validator
[pharos-tools.git] / validator / rpm / installpython3.sh
diff --git a/validator/rpm/installpython3.sh b/validator/rpm/installpython3.sh
new file mode 100755 (executable)
index 0000000..8f2d833
--- /dev/null
@@ -0,0 +1,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