I want to delete the package with easy_install

Asked 1 years ago, Updated 1 years ago, 62 views

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

python setuptools easy-install package

2022-09-22 15:42

1 Answers

pip as an alternative to easy_install supports the uninstall command


2022-09-22 15:42

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.