Re: [Tutor] (no subject)

2009-04-06 Thread David Duncan
rk. http://wiki.python.org/moin/WebProgramming David. -- David Duncan Austin, TX ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] "#!/usr/bin/env python" vs "#!/usr/local/bin/python"

2007-06-14 Thread David Duncan
using the "env" command, you have the option to input many different settings preferences before calling the python of your choice. The statement above, is a very simple choice of the python based upon the current environment, but it could be augmented very easily. I suggest that