usr/bin/python3^M: bad interpreter: No such file or directory

Posted joeshang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了usr/bin/python3^M: bad interpreter: No such file or directory相关的知识,希望对你有一定的参考价值。

执行.py时报错:/usr/bin/python3^M: bad interpreter: No such file or directory

1、执行权限的问题

2、python版本的问题

3、python文件格式的错误。

权限问题利用chmod +x ***py即可

版本问题,在执行时或者在py文件中选择好python的版本

格式问题解决过程如下:

hadoop@ub1401:~/hadoop/hadoopfile$ vi PictureDownloadMapper.py

在vi编辑器下:

:set ff 或 :set fileformat

可以查看到当前的格式(fileformat=dos 或 fileformat=unix)

修改格式为unix

:set ff=unix或者 :set fileformat=unix

:wq保存退出

以上是关于usr/bin/python3^M: bad interpreter: No such file or directory的主要内容,如果未能解决你的问题,请参考以下文章

#!/usr/bin/env python3和# -*- coding: utf-8 -*-

错误:找不到/ usr / bin / python3的Python环境

/usr/bin/python3:没有名为 python3-devel 的模块

Ubuntu 18.04 切换使用Python3

LVM 扩容报错:resize2fs: Bad magic number in super-block while......

Python3 捕捉异常