bash: /usr/bin/python3: No such file or directory
2021/9/2 11:37:13
本文主要是介绍bash: /usr/bin/python3: No such file or directory,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!
bash: /usr/bin/python3: No such file or directory
原因为/usr/bin/下无python3或软连接,用ln -s /usr/local/python3.9.7/bin/python3 /usr/bin/python3即可
参考:
Centos7 下 Python 3.9.0 的编译安装流程_新手期的挣扎小人物的博客-CSDN博客
https://www.python.org/ftp/python/3.9.7/
Centos 7安装python3 - 须小弥 - 博客园
这篇关于bash: /usr/bin/python3: No such file or directory的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!
- 2024-11-16`PyMuPDF4LLM`:提取PDF数据的神器
- 2024-11-16四种数据科学Web界面框架快速对比:Rio、Reflex、Streamlit和Plotly Dash
- 2024-11-14获取参数学习:Python编程入门教程
- 2024-11-14Python编程基础入门
- 2024-11-14Python编程入门指南
- 2024-11-13Python基础教程
- 2024-11-12Python编程基础指南
- 2024-11-12Python基础编程教程
- 2024-11-08Python编程基础与实践示例
- 2024-11-07Python编程基础指南