要更新 Ubuntu 上的 Python 版本,可以按照以下步驟操作:
software-properties-common
包,如果沒有安裝可以通過以下命令安裝:sudo apt-get install software-properties-common
deadsnakes
PPA 存儲庫,該存儲庫包含了許多不同版本的 Python。運行以下命令添加存儲庫:sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.8
python3.8 --version
通過這些步驟,你可以更新 Ubuntu 上的 Python 版本。