I want to use my brewed version of python but although many forums say to adjust path order so that your OS X python which corresponds to path /usr/bin is not used. I find that although my paths are set in the correct order that I still am calling the old OS X python.
justins-mbp:~ justinthong$ echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
As you can see when I use which python
command it still gives me the original path.
justins-mbp:site-packages justinthong$ which python
/usr/bin/python
I am trying to be careful on not to force a symlink.