As Mac comes preinstalled with Python per this:
python --version
Python 2.7.14 :: Anaconda, Inc.
I also need to have Python 3.x installed for software that specifically calls for it. How do I install the 3x version without overwriting my Python 2.7.14 version?
I'm planning on download/installing Python 3.x from here.
I've found this information but it doesn't seem to say that the process will not overwrite my existing Python
My Mac has High Sierra installed.