bash: /usr/bin/python3: No such file or directory

时间:2021-09-02 15:39:18   收藏:0   阅读:17

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 - 须小弥 - 博客园 

原文:https://www.cnblogs.com/jasy/p/15217097.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!