On Wed Aug  3 10:44:43 2011, Dan Ritter wrote:
> On Wed, Aug 03, 2011 at 10:28:20AM -0400, Jerry Feldman wrote:
>> A coworker of mine has a Python script set up as:
>> #! $PATH_TO_PYTHON/python

Another option is to simply have the version of python you want to be 
at the head of the system path at execution time, then you can do:

#!/usr/bin/env python

Ian
_______________________________________________
Discuss mailing list
[email protected]
http://lists.blu.org/mailman/listinfo/discuss

Reply via email to