Posts Tagged "Python"

How to install Python 3 from source in CentOS

Posted on Nov 7, 2016

CentOS 6 comes with Python 2.6 installed, and CentOS 7 comes with Python 2.7. But right now, Python 3.5 is all the rage, so I thought I’d install it alongside Python 2.x on the same machine....

Learn More