This repository has been archived by the owner on Sep 27, 2021. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information