[Tutor] Is there space a between "#!" and "/usr/bin/env python" ?
Lie Ryan
lie.1296 at gmail.com
Tue May 1 18:31:33 CEST 2012
> and is used by the various Unix command shells to specify what program
> shall interpret this particular script.
To be precise, the shell does not care about the shebang line either, the
shebang is interpreted by the program loader in the kernel. The shell
simply execve()-ed a script containing a shebang line just like a binary
executable.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20120502/00b6b1bb/attachment.html>
More information about the Tutor
mailing list