New submission from Martin Qvist <[email protected]>: easy_install uses #!/usr/bin/python but should use #!/usr/bin/env python. I wouldn't normally notice, but I have a system that uses Environment Modules (http://modules.sourceforge.net/), and there easy_install uses the wrong python version (the system one, not the one I load with modules).
---------- messages: 641 nosy: maq priority: bug status: unread title: easy_install shebang should be /usr/bin/env python _______________________________________________ Setuptools tracker <[email protected]> <http://bugs.python.org/setuptools/issue134> _______________________________________________ _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
