I made the mistake of installing python 2.7.6 without using home brew and now my python is set to the python in /usr/local/bin/python
(which is 2.7.6).
I want to get rid of python 2.7.6 and change my default python to the standard system python 2.7.5 in /usr/bin/python
.
How do I do this?