📜  在 ubuntu 上安装 python - Python 代码示例

📅  最后修改于: 2022-03-11 14:47:23.943000             🧑  作者: Mango

代码示例4
download package file from source
apt-get update
cd 
tar -xvf 
cd 
./configure
make
make install
# check python version you installed
python3 -V