📜  如何在 ubuntu 中安装 python - Python 代码示例

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

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