Newbie Q: Pythin scripting

Aahz Maruch aahz at netcom.com
Fri Aug 4 11:25:41 EDT 2000


In article <8mefk3$pu2$1 at news1.skynet.be>,
Dave Van den Eynde <dave at groovbird.com> wrote:
>
>Consider me a newbie, but I have the following problem. When I make a script
>to run under bash, the first line that I make is :
>
>    #! /usr/bin/python

Don't use a space:

#!/usr/bin/python
--
                      --- Aahz (Copyright 2000 by aahz at pobox.com)

Androgynous poly kinky vanilla queer het    <*>     http://www.rahul.net/aahz/
Hugs and backrubs -- I break Rule 6

NOTE: end of September, Earthlink kills Netcom.  My new permanent address is 
aahz at pobox.com.  I have not decided where to set my primary shell account.
Please do not send me e-mail condolences; my mailbox is already too big.



More information about the Python-list mailing list