【发布时间】:2012-04-11 15:47:28
【问题描述】:
可能重复:
Why do people write #!/usr/bin/env python on the first line of a Python script?
What does the line “#!/bin/sh” mean in a UNIX shell script?
这是一个注释,解释器应该忽略它。为什么 #!/usr/bin/python 仍然在几乎每个程序中?
【问题讨论】:
-
这不仅仅是评论,而是shebang。
-
是的,这绝对是复制品
标签: python