How to uninstall all python modules that where ocasionally installed. I need this cleanup (as if it is a fresh installation) to start working with virtualenv. Also I want to be sure that there's no intersection. Also I want to make sure that all preinstalled modules, i.e. needed by the OS, are left still.
The OS is Ubuntu 10.4 LTS.