sudo apt install python3.9
测试,命令行中输入 python3.9
sudo rm /usr/bin/python3
sudo ln -s /usr/bin/python3.9 /usr/bin/python3、