I want to completely remove Python 2.7 from my Mac OS X 10.6.4. I managed to remove the entry from the PATH variable by reverting my .bash_profile. But I also want to remove all directories, files, symlinks, and entries that got installed by the Python 2.7 install package. I've got the install package from http://www.python.org/. What directories/files/configuration file entries do I need to remove? Is there a list somewhere?
feedback
|
|
The complete list is documented here. But, basically, all you need to do is to:
| |||||||||||
feedback
|
|
This one works:
| ||||
|
feedback
|
|
Aren't there other things such as a bunch of files in /Library/Python, and the pip packages that you may have installed? | |||
|
feedback
|