It's easy to use easy_install from Python You can list what packages are installed There is no uninstall function for the package.
Find out what's installed
On Linux
rm /usr/local/lib/python2.6/dist-packages/my_installed_pkg.egg
How do I uninstall a package as I do?
Help me
pip
as an alternative to easy_install
supports the uninstall command
© 2024 OneMinuteCode. All rights reserved.