码迷,mamicode.com
首页 > 编程语言 > 详细

ubuntu 执行Python脚本出现: /usr/bin/env: ‘python\r’: No such file or directory

时间:2018-12-15 12:08:22      阅读:1051      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!