having some trouble getting Python 3.5 to run. I am running a brand new version of Sierra. I installed Python 2.7.12 and 3.5 through Brew, however when I run
> python --version
> Python 2.7.12
> echo $PATH
> /usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
I currently have the Python 2.7.12 and 3.5 versions stored in /usr/local/Cellar.
Struggling to run Python 3 over Python 2.