Removing python and then re-installing on Mac OSX
Posted
by JudoWill
on Stack Overflow
See other posts from Stack Overflow
or by JudoWill
Published on 2010-06-13T23:32:37Z
Indexed on
2010/06/13
23:42 UTC
Read the original article
Hit count: 263
I was wondering if anyone had tips on how to completely remove a python installation form Mac OSX (10.5.8) ... including virtual environments and its related binaries. Over the past few years I've completely messed up the installed site-packages, virtual-environments, etc. and the only way I can see to fix it is to just uninstall everything and re-install.
I'd like to completely re-do everything and use virtualenv, pip, etc. from the beginning.
On the other hand if anyone knows a way to do this without removing python and re-installing I'd be happy to here about it.
Thanks,
Will
© Stack Overflow or respective owner