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/