How to uninstall python packages with easy_install.
`easy_install -m packagename` removes the file from your .pth file (and therefore removes it from your python path), then remove .egg file or directory from your site-packages, or dist-packages directory.
No comments:
Post a Comment