[Tutor] Re: Tutor digest, Vol 1 #313 - 8 msgs

Blake Winton bwinton@iname.com
Sat, 20 May 2000 17:44:00 -0400


* David Porter <jcm@bigskytel.com> [000520 16:31]:
> 
> * 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??
> The python command for executing scripts is 'python', as in:
>   #!/usr/bin/env python 


Or, if you really wanted to find the executable, you could type
one of the following two lines.
locate python
find / -name "python" -print

locate is preferable, since it goes to a database to find files,
and thus takes less time, and is nicer to your hard drive.

Later,
Blake.
-- 
5:40pm up 28 days, 21:50, 1 user, load average: 1.00, 1.00, 1.00