On Thu, 21 Jul 2005 16:34:30 +0200, Jan Danielsson <[EMAIL PROTECTED]> wrote:
>Hello all,
>
>   How do I make a python script actually a _python_ in unix:ish
>environments?
>
> [snip]

Put "#!/usr/bin/python".  Install the program using distutils: if necessary, 
distutils will rewrite the #! line to fit the configuration of the system the 
program is being installed on.

Jp
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to