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
curl https://bootstrap.pypa.io/get-pip.py | python3.4
Or if you don't have curl for some reason:
curl
wget https://bootstrap.pypa.io/get-pip.py python3.4 get-pip.py
After this you should be able to run
$ pip3