[Courses] [courses][python]Assignment 2

Mary mary-linuxchix at puzzling.org
Sat Aug 3 20:33:17 EST 2002


On Sat, Aug 03, 2002 at 04:10:36AM -0400, octal at solon-ohio.com wrote:
> #!/usr/bin/python

It is sometimes better to start them with

#!/usr/bin/env python

as Python may not always be located at /usr/bin/python (I've seen it at
/usr/local/bin/python for example).

-Mary



More information about the Courses mailing list