CentOS 7 EPEL now includes Python 3.4: yum install python34
yum install python34
However, when I try that, even though Python 3.4 installs successfully, it doesn\'t appear t
yum install python34-pip pip3.4 install foo
You will likely need the EPEL repositories installed:
yum install -y epel-release