sudo: unable to execute ./xxx.py: no such file or directory
Posted 木易修的博K
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sudo: unable to execute ./xxx.py: no such file or directory相关的知识,希望对你有一定的参考价值。
$ ./mk_dataset.py
-bash: ./mk_dataset.py: /home/ocean1101/anaconda3/bin/python^M: bad interpreter: No such file or directory
$ sudo ./mk_dataset.py
sudo: unable to execute ./mk_dataset.py: No such file or directory
Hangup
这种现象是由于在pycharm中写的代码默认line feed末尾是 的,而unix标准是只有一个 ,因此要将该py文件用dos2unix转换后再执行即可。
以上是关于sudo: unable to execute ./xxx.py: no such file or directory的主要内容,如果未能解决你的问题,请参考以下文章
sudo 出现unable to resolve host 解决方法
sudo: unable to resolve host 枝桠
Ubuntu sudo 出现unable to resolve host 解决方法
sudo: unable to change to root gid: Operation not permitted