Is there a way to check programmatically, from Python, if the user has setuptools’s “easy_install” available or the distribute version of “easy_install”?
I’d like to know which of those is available (and ideally which is “in-use” by the system.)
How can this be done? thanks.
For easy-install based
For distribute based