I'm currently following this guide to install python and its libraries onto my Mac OS. http://www.nyx.net/~mlu/pages/computing/installing_and_configuring/installing_and_configuring_Python_on_Mac_OS_X/#.WCLNgeErJE4
In step 4, I brew installed python and python3 Upon checking the path of python and python3, I found that python was in /usr/bin/python while python3 is in /usr/local/bin/python3
How do I get my python to install in /usr/local/bin?
UPDATE Upon looking on my terminal, I can see that the brew install python had installed it in /usr/local/bin (version is 2.7.12) but somehow I am accessing a python that was installed in /usr/bin (version is 2.7.10). How do i fix this?