[Tutor] Running Python on Gentoo

Eric Brunson brunson at brunson.com
Thu Jul 26 21:48:44 CEST 2007


Greg Lindstrom wrote:
> Eric Brunson wrote:
>   
>> What does the command "which python" say?
>>     
> glindstrom at bender ~ $ which python
> /usr/bin/python
>
> HTH,
> --greg
>
>
>   

Wow, Gentoo sucks more than I thought.  ;-)

I can't think of why that wouldn't work, unless you have some odd, 
non-printing character at the end of your interpreter line.

Do other interpreters work?

Try:

#!/usr/bin/perl
print "Perl Sucks!!!\n";

or:

#!/usr/bin/expect
puts "I hate TCL"




More information about the Tutor mailing list