添加软连接:

ln -s /usr/local/bin/python3 /usr/bin/python3

查看python的软连接:

ls /usr/bin/python*