Is there a way to "reset" C:\Python26\Lib\site-packages
? i.e. to remove all packages and modules installed either by setup.py install
or using easy_install
?
Motivation: something went wrong with all the package versions and dependencies and I rather reset and reinstall everything than spend the time in figuring out what it was exactly...
You could just delete all the contents in the folder, although there may still be files in Tools/Scripts and other places left over.
Have a look here:StackOverflow: uninstall a python package
Take a look at virtualenv for future reference.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With