How to delete a Python package

Jack nospam at invalid.com
Wed Jul 12 12:21:37 EDT 2006


Installing a Python package is easy, most of time just
"Setup.py install" However, setup.py doesn't seem to support
an uninstall command. If I want to delete a package that I
do not use any more, should I just manually delete the
corresponding sub directory under Lib\site-packages? 





More information about the Python-list mailing list