On Thu, May 16, 2013 at 2:06 AM, Jim Mooney <cybervigila...@gmail.com> wrote:
>
> And regardless of the answer to that I still want to know how to
> uninstall modules. Do I just find and delete them? And are they all in
> the same place?

You should be able to uninstall msi or exe packages just like any
other Windows program. pip has an uninstall command if you used it to
install a package. If you used easy_install, you'll have to manually
delete associated eggs and egg-info directories from
Lib\site-packages, defunct scripts in Scripts, and also edit
Lib\site-packages\easy-install.pth to remove deleted cruft. It's
definitely not easy_uninstall.
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to