"#!/usr/bin/env python" vs. "#!/usr/bin/python"?
Gilles
nospam at nospam.com
Fri Sep 28 06:32:49 EDT 2012
More information about the Python-list mailing list
Fri Sep 28 06:32:49 EDT 2012
- Previous message (by thread): how to run shell command like "<<EOT .... EOT"
- Next message (by thread): "#!/usr/bin/env python" vs. "#!/usr/bin/python"?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello I've seen both shebang lines to run a Python script on a *nix host: #!/usr/bin/env python #!/usr/bin/python What's the difference? Thank you.
- Previous message (by thread): how to run shell command like "<<EOT .... EOT"
- Next message (by thread): "#!/usr/bin/env python" vs. "#!/usr/bin/python"?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list