On 9/28/06 7:16 PM, "Barry Warsaw" <[EMAIL PROTECTED]> wrote:

> If you look at the source, you'll see that the #! line is actually
> @PYTHON@ which gets substituted by configure at build time.  I forget
> exactly why, but the standard #! /usr/bin/env python invocation
> caused problems for people, so now we hardcode it via configure.

#! /usr/bin/env python
in an old-enough RedHat would have launched Python 1.5.2 when that version
was long dead (deceased, etc).  That's probably not the only example of the
reason for configure to select the Python to be used--essentially any
installation with multiple Pythons is subject to env picking the wrong one.

  --John


_______________________________________________
Mailman-Developers mailing list
Mailman-Developers@python.org
http://mail.python.org/mailman/listinfo/mailman-developers
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: 
http://www.mail-archive.com/mailman-developers%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-developers/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp

Reply via email to