/usr/bin/env: ‘python’: No such file or directory

这篇具有很好参考价值的文章主要介绍了/usr/bin/env: ‘python’: No such file or directory。希望对大家有所帮助。如果存在错误或未考虑完全的地方,请大家不吝赐教,您也可以点击"举报违法"按钮提交疑问。

解决报错/usr/bin/env: ‘python’: No such file or directory

一.启动某个程序报错

/usr/bin/env: ‘python’: No such file or directory

解决方法
1.查看python3的版本

python3 --version

2.查找python3的安装位置:

whereis python3

3.为其创建符号连接:

sudo ln -s /usr/bin/python3 /usr/bin/python

  4.尝试再次启动文章来源地址https://www.toymoban.com/news/detail-810001.html

Python 3.11.5 (v3.11.5:cce6ba91b3, Aug 24 2023, 10:50:31) [Clang 13.0.0 (clang-1300.0.29.30)] on darwin
Type "help", "copyright", "credits" or "license" for more information.

到了这里,关于/usr/bin/env: ‘python’: No such file or directory的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处: 如若内容造成侵权/违法违规/事实不符,请点击违法举报进行投诉反馈,一经查实,立即删除!

领支付宝红包 赞助服务器费用

相关文章

  • FileNotFoundError: [Errno 2] No such file or directory: ‘/usr/local/cuda-10.2:/bin/nvcc‘

    完整报错:FileNotFoundError: [Errno 2] No such file or directory: \\\'/usr/local/cuda-10.2:/bin/nvcc\\\' 亲测有效!!!!! 解决方法:  安装成功! 参考:FileNotFoundError: [Errno 2] No such file or directory: \\\':/usr/local/cuda:/usr/local/cuda-10.1/bin/nvcc\\\': \\\':/usr/local/cuda:/usr/local/cuda-10.1/bin/nvcc\\\' · Issue #368 · NVIDIA/apex ·

    2024年02月13日
    浏览(38)
  • Linux中执行bash脚本报错/bin/bash^M: bad interpreter: No such file or directory

    运行bash脚本会出现两个文件, 1037.err 和 1037.out 。 1037.err的文件内容如下: /data/home/user12/.lsbatch/1694577957.1037: /data/home/user12/.lsbatch/1694577957.1037.shell: /bin/sh^M: bad interpreter: No such file or directory 第一步 执行命令行:cat -A xxx.sh 第二步 使用下述命令直接替换结尾符为unix格式 命令行

    2024年02月07日
    浏览(49)
  • “/bin/bash“: stat /bin/bash: no such file or directory: unknown

    简介 :常规情况下,在进入容器时习惯使用 /bin/bash为结尾,如:docker exec -it test-sanic /bin/bash, 但是如果容器本身使用了精简版,只装了sh命令,未安装bash。这时就会抛出\\\"/bin/bash\\\": stat /bin/bash: no such file or directory: unknown 的错误。 历史攻略: sanic:通过dockerfile部署 解决步骤

    2024年01月19日
    浏览(45)
  • /usr/lib64/atlas/libsatlas.so: No such file or directory

    ref: software installation - g++: error: /usr/lib64/atlas/libsatlas.so: No such file or directory - Ask Ubuntu 

    2024年02月15日
    浏览(45)
  • 解决 /bin/bash^M: bad interpreter: No such file or directory

    linux 系统中知行*.sh 文件报/bin/bash^M: bad interpreter: No such file or directory 原因: .sh文件是在windows系统编写的,在linux执行就有问题 转化下格式执行如下命令 # dos2unix app.sh  结果bash: dos2unix: command not found 需要安装下dos2unix 接着执行:# yum install -y dos2unix 接着再执行:# dos2unix app.

    2024年02月08日
    浏览(45)
  • 【小程序】报错:no such file or directory, access ‘wxfile://usr/miniprogramLog/log2‘

    出现场景 在微信小程序开发中,使用真机调试的时候,出现这个错误 解决方式 将真机调试由2.0切换到1.0

    2024年02月11日
    浏览(46)
  • Jenkins 安装 NodeJS 插件后无法识别Node环境:env node No such file or directory

    经验证,该问题在使用Jenkins官方文档中推荐的docker镜像 jenkinsci/blueocean 才会出现。 改用最新的Jenkins docker镜像就不会遇到: 我安装的是最新的Jenkins docker镜像: 然后运行镜像: 注意 docker run 时,镜像名为 jenkins/jenkins:lts ,而不是 jenkins/jenkins 。两者不同。 为什么 jenkinsci/blu

    2024年02月07日
    浏览(47)
  • 运行命令出现错误 /bin/bash^M: bad interpreter: No such file or directory

    在系统上运行一个 Linux 的命令的时候出现下面的错误信息: -bash: ./build.sh: /bin/bash^M: bad interpreter: No such file or directory 这个是在 Windows 作为 WSL 的时候出的错误。 出现问题的原因在于脚本在 Windows 中使用的回车换行和 Linux 使用的回车换行不一样。 如果你的代码是在 Windows 下被

    2024年02月11日
    浏览(44)
  • chroot: failed to run command ‘/bin/bash’: No such file or directory

    在busybox的环境下,执行 报错如下: 根据报错应该rootfs文件系统中缺少/bin/bash,进入查看确实默认是sh,换成 依然报错 通过查阅资料发现,/bin/sh链接/bin/busybox,busybox为动态执行文件,直接进入缺少动态链接库,如下: 需要拷贝相应的动态到rootfs文件系统,如下: 然后再执

    2024年01月24日
    浏览(50)
  • nginx: [error] open() “/usr/local/nginx/logs/nginx.pid“ failed (2: No such file or directory)

    修改完nginx的配置文件后,需要重启nginx,让配置生效,执行过程中可能会出现这种错误。 执行后报错 错误的原因:未指定nginx.conf的位置,启动时无法加载配置文件 进入logs目录,发现缺失了nginx.pid文件,配置文件加载了的情况下,是有这个文件的 解决办法:使用nginx -c的参

    2024年02月16日
    浏览(41)

觉得文章有用就打赏一下文章作者

支付宝扫一扫打赏

博客赞助

微信扫一扫打赏

请作者喝杯咖啡吧~博客赞助

支付宝扫一扫领取红包,优惠每天领

二维码1

领取红包

二维码2

领红包