我想将python3更新到3.9版本,我跑了
sudo apt update
sudo apt install software-properties-common
sudo -E add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.9
sudo update-alternatives --config python3
Run Code Online (Sandbox Code Playgroud)
。除了最后一个命令之外,所有这些都成功了。它给update-alternatives: error: no alternatives for python3。有人可以告诉我我错过了什么吗?谢谢!