New user questions ... be gentle

Grant Edwards nobody at nowhere.nohow
Sun Aug 20 12:37:23 EDT 2000


On 20 Aug 2000 09:41:28 -0400, François Pinard <pinard at iro.umontreal.ca> wrote:

>> I may be wrong on this but some scripts look as thought they are
>> executable like .exe files.  How is this done?
>
>From your question, I presume you work on Windows, while my culture is
>more on the Unix side.  I'm sure this is quite doable on both platforms.
>On Linux, you just mark your script as executable (with `chmod +x FILE')
>and ensure it starts with the line `#/usr/bin/env python'.

that should be #!/usr/bin/...

-- 
Grant Edwards                   grante             Yow!  Let me do my TRIBUTE
                                  at               to FISHNET STOCKINGS...
                               visi.com            



More information about the Python-list mailing list