Re: executable python scripts

Siebren van der Zee (siebren@vdzee.xs4all.nl)
Tue, 21 Mar 95 23:13 MET

In article <3kls6c$k73@manuel.anu.edu.au> you write:
>I want to
>make some executable python scripts.
[...]

>I then made the
>following file (called fred),
>
>#!/data/maths/graham/APP/PYTHON/bin/python
>print "a"

Then you should 'chmod +x fred'. This works on both SunOS and Solaris.

Siebren van der Zee.