原文:-bash: /usr/bin/yum: /usr/bin/python: bad interpreter: No such file or directory

报错: bash: usr bin yum: usr bin python: bad interpreter: No such file or directory python多版本造成额问题 找不到python的路径 所以保持 查找python whereis pythonpython: usr bin python usr bin python . usr lib python . usr l ...

2019-09-04 18:35 0 383 推荐指数:

查看详情

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即可 ...

Thu Sep 02 12:28:00 CST 2021 0 428
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM