python - Is there a method to find out if a package is to be installed with distutils instead of setuptools? -


I can see inside setup.py I think it is a distillates package or not. But in the process of acquiring myself with Python package management, I have seen that there are more than one way to do this. Then:

Edit: When I say 'build' I mean it's going to be using Distutils or setuptools, or distributed I am using buildouts.

Why do you need to know? What happened in the bus?

  / path / to / your / python setup.py install  

?


Comments