Upgrade python without breaking yum
I have written a quick guide on how to install the latest versions of Python 2 and Python 3 on CentOS 6 and CentOS 7. It currently covers Python 2.7.13 and Python 3.6.0: # Start by making sure your system is up-to-date: yum update # Compilers and related tools: yum groupinstall -y “development tools” # … Read more