As long as there is no uninstaller for python python.org OS X installers (because they use the standard Apple installation mechanism, which the uninstaller does not provide by default), it is easy to remove it. I have documented the complete process here , but keep in mind that it doesn't hurt to have multiple python instances installed on OS X.
, $PATH. python.org .bash_profile ( .profile), python framework bin $PATH, /usr/bin, Apple -supplied python. , , .bash_profile.pysave. diff, , , mv :
$ cd ~
$ diff .bash_profile{,.pysave}
12,16d11
<
<
<
< PATH="/Library/Frameworks/Python.framework/Versions/2.5/bin:${PATH}"
< export PATH
$ mv .bash_profile.pysave .bash_profile
, python python2.6. (, - bash.)
, , . : python /usr/bin /System/Library/Frameworks.