I'm on Mac OS X El Capitan, which comes with Python 2.7.10; I want to upgrade to 3.x.
I've downloaded the 64-bit version from the website and installed it through brew
however whenever I type python --version
into the terminal the version is always 2.7.10. I can make terminal run in 3.x by typing python3
but I need the system to run on python3
as I'm running code through Sublime. I've been told not to change the systems python code as it can mess up other applications so am pretty stumped on how to do it.