📜  使用 shebang python 代码示例

📅  最后修改于: 2022-03-11 14:45:07.190000             🧑  作者: Mango

代码示例1
dadaist Apr 1 '20 at 8:11: "If your script is Python 3 only 
and your target system might have a Python 2 executable in PATH 
then I recommend #!/usr/bin/env python3 instead."