Installing Python 3.x on RHEL 7 / CentOS 7
There's a lot of misinformation about where to get your Python libs. For a repo you can trust, simply cut and past the following commands:
rpm -ivh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm yum install -y python34.x86_64
Sometimes in AWS you'll need to manipulate the default Python version using the following command:
alternatives --set python /usr/bin/python[V.v]