1. 程式人生 > 其它 >Ubuntu 安裝/解除安裝 python

Ubuntu 安裝/解除安裝 python

技術標籤:Python

安裝

新增 ppa 源安裝

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt-get update
sudo apt-get install python3.7 python3.7-dev python3.7-distutils

解除安裝

sudo apt-get purge python3.7 python3.7-* libpython3.7 libpython3.7-*