In article <[email protected]>, Timothy Madden <[email protected]> wrote: > My questions is if I should use > #!/usr/bin/env python > as the shebang line in a portable and open python script and if it does > help with portability and usage.
This question came up recently on stackoverflow (alas, will result in urloverflow): http://stackoverflow.com/questions/1352922/why-is-usr-bin-env-python-supp osedly-more-correct-than-just-usr-bin-pyth/1352938#1352938 -- Ned Deily, [email protected] -- http://mail.python.org/mailman/listinfo/python-list
