New submission from Martin Qvist <q...@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 <setupto...@bugs.python.org>
<http://bugs.python.org/setuptools/issue134>
_______________________________________________
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to