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...