On Thu, 23 Mar 2017, Matt wrote:
Is there a way to install Python 3.x on Centos 7.x without breaking anything that depends on an older version of Python? This server is a minimal Centos 7 install that primarily runs a simple LAMP setup.
yum install centos-release-scl yum search rh-python35
Install what you need, then you have a couple choices about how to use the SCL for Python 3.5. For your choices, see
https://www.madboa.com/blog/2016/08/29/scl-intro/