To uninstall using brew, try this command. brew uninstall <package>
In addition, OS X has pre-installed python, so there is no need for brew install python
Edit
Although python is pre-installed as jgritty, it should not be used for development. So you must brew uninstall, thenbrew install
Update
python (2.7),
1) sudo rm -rf /Library/Frameworks/Python.framework/Versions/2.7
2) sudo rm -rf "/Applications/Python 2.7"
3) /usr/local/bin, python, . ls -l /usr/local/bin | grep '../Library/Frameworks/Python.framework/Versions/2.7'
4) , /Library/Frameworks/Python.framework/Versions/2.7 PATH. : ~/bash_login, ~/bash_profile, ~/cshrc, ~/profile, ~/tcshrc, and/or ~/zprofile.
Ned Deily, ,
Edit:
Tim Smyth .
. python.