Re: Is #!/usr/bin/env python the better shebang line ?

2009-09-07 Thread ryles
On Sep 6, 10:01 am, Timothy Madden terminato...@gmail.com wrote: Hello Sorry if this has been discussed before, my search did not find it. 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

Re: Is #!/usr/bin/env python the better shebang line ?

2009-09-06 Thread Benjamin Kaplan
On Sun, Sep 6, 2009 at 10:01 AM, Timothy Maddenterminato...@gmail.com wrote: Hello Sorry if this has been discussed before, my search did not find it. 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

Re: Is #!/usr/bin/env python the better shebang line ?

2009-09-06 Thread Ned Deily
In article 4aa3bfdf$0$282$14726...@news.sunsite.dk, Timothy Madden terminato...@gmail.com 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

Re: Is #!/usr/bin/env python the better shebang line ?

2009-09-06 Thread Timothy Madden
Ned Deily wrote: In article 4aa3bfdf$0$282$14726...@news.sunsite.dk, Timothy Madden terminato...@gmail.com 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