[Distutils] [issue134] easy_install shebang should be /usr/bin/env python

Martin Qvist setuptools at bugs.python.org
Thu Sep 15 21:12:13 CEST 2011


New submission from Martin Qvist <q at maq.dk>:

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 <setuptools at bugs.python.org>
<http://bugs.python.org/setuptools/issue134>
_______________________________________________


More information about the Distutils-SIG mailing list