Re: [Tutor] (no subject)
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"
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