Brian Vanderburg II -- http://mail.python.org/mailman/listinfo/python-list
This is sort of related, but I'm wondering what is different between
"#!/usr/bin/env python" and "#!python". Wouldn't the second do the same
thing, since an absolute path is not specified, find 'python' from the
PATH environment, I don't really know.
- Re: #!/usr/bin/env python vs. #!/u... D'Arcy J.M. Cain
- Re: #!/usr/bin/env python vs. #!/u... Gabriel Genellina
- Re: #!/usr/bin/env python vs. #!/usr/... Torsten Bronger
- Re: #!/usr/bin/env python vs. #!/u... Aahz
- Re: #!/usr/bin/env python vs. #!/usr/... andrej . panjkov
- Re: #!/usr/bin/env python vs. #!/usr/... Banibrata Dutta
- Re: #!/usr/bin/env python vs. #!/usr/... Wojciech Walczak
- Re: #!/usr/bin/env python vs. #!/usr/... Ben Finney
- Re: #!/usr/bin/env python vs. #!/usr/... Wojciech Walczak
- Re: #!/usr/bin/env python vs. #!/usr/... andrej . panjkov
- Re: #!/usr/bin/env python vs. #!/usr/... Brian Vanderburg II
- Re: #!/usr/bin/env python vs. #!/usr/... Michael Mabin
- Re: #!/usr/bin/env python vs. #!/usr/... D'Arcy J.M. Cain
- Re: #!/usr/bin/env python vs. #!/usr/... Brian Vanderburg II
- Re: #!/usr/bin/env python vs. #!/usr/... Tim Roberts
- Re: #!/usr/bin/env python vs. #!/usr/... Ethan Furman
- Re: #!/usr/bin/env python vs. #!/usr/... Carl Banks
- Re: #!/usr/bin/env python vs. #!/u... Ben Finney
- Re: #!/usr/bin/env python vs. #!/usr/bin/p... Grant Edwards
- Re: #!/usr/bin/env python vs. #!/usr/bin/python Ben Finney
- Re: #!/usr/bin/env python vs. #!/usr/bin/pytho... D'Arcy J.M. Cain