shebang in cross platform scripts

Simon Brunning simon.brunning at gmail.com
Wed Apr 6 10:01:48 EDT 2005


On Apr 6, 2005 2:37 PM, rbt <rbt at athop1.ath.vt.edu> wrote:

> Does the line below have any negative impact on Windows machines? I
> develop and test mostly on Unix, but my scripts are often used on Win
> systems too.
> 
> #!/usr/bin/env python

Nope. On Windows it's just a comment.

-- 
Cheers,
Simon B,
simon at brunningonline.net,
http://www.brunningonline.net/simon/blog/



More information about the Python-list mailing list