目录

Python学习杂记(持续更新)

运行脚本程序

  • 在Unix下 #!/usr/bin/env python
  • 区别版本可用完整路径 #!/usr/bin/python3
  • 赋予脚本可执行属性 $ chmood a+x xxx.py