标签:env box blog tracking pytho 方法 ati pos rac
#!/usr/bin/env python
在ubuntu会变成
#!/usr/bin/env python\r
而\r 会被shell 当成参数
所以出现: /usr/bin/env: ‘python\r’: No such file or directory
解决方法:
vi 此文件
输入:set ff=unix
再输入:wq 保存
运行成功。
ubuntu 执行Python脚本出现: /usr/bin/env: ‘python\r’: No such file or directory
标签:env box blog tracking pytho 方法 ati pos rac
原文地址:https://www.cnblogs.com/AlfredZKY/p/10122643.html