when using setuptools,
the install command is an alias for easy_install . die to pretty horrific legacy reasons
this brings in setuptools dependency management and encapsulated egg installs
(which is in general a bad idea to throw into a global python, since afterwards ALL system python tools pay the egg cost due to the easyinstall pth)
when using setuptools, the install command is an alias for
easy_install .
die to pretty horrific legacy reasonsthis brings in setuptools dependency management and encapsulated egg installs (which is in general a bad idea to throw into a global python, since afterwards ALL system python tools pay the egg cost due to the easyinstall pth)