[Tutor] Re: Tutor digest, Vol 1 #314 - 3 msgs

W.W. van den Broek vdbroekw@wxs.nl
Sun, 21 May 2000 20:55:58 +0200


> Message: 2
> Date: Sat, 20 May 2000 15:27:18 -0600
> From: David Porter <jcm@bigskytel.com>
> To: Python Tutor <tutor@python.org>
> Subject: Re: [Tutor] Re: Tutor digest, Vol 1 #313 - 8 msgs
> Organization: (a Conspiracy of doves)
> 
> * W.W. van den Broek <vdbroekw@wxs.nl>:
> [monstrous snip]
> > I am using python on suse 6.3, cannot find the python command for
> > executing scripts. Tried /user/bin, /usr/sbin, /usr/local/bin,
> > /usr/local/sbin, /usr/bin/env python
> > Does anybody know were it is on suse 6.3??
> 
>
> To make your script executable in itself, you need to do two things. First
> add this line to the beginning of the script:
> 
>   #!/usr/bin/env python
> 
> then, make the script executable:
> 
>   chmod +x your_script.py
 Tried that no luck
walter
> 
>     \david
> 
>