ubuntu中把python升级到3.7

Posted ldc_1257309054

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ubuntu中把python升级到3.7相关的知识,希望对你有一定的参考价值。


在ubuntu系统中把python升级到3.7

终端命令升级Python至Python3.7

1、增加ppa仓库

sudo add-apt-repository ppa:deadsnakes/ppa

2、升级apt索引

sudo apt-get update
sudo apt-get upgrade
sudo apt-get autoremove

3、更新python3.7

sudo apt-get install python3.7

4、更换系统默认的软链命令Python3到新的Python3.7

sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 2

5、切换Python3的指向

sudo update-alternatives --config python3



以上是关于ubuntu中把python升级到3.7的主要内容,如果未能解决你的问题,请参考以下文章

python版本升级到3.7

ubuntu系统的python3.6升级到python3.7

python 升级2.7版本到3.7

linux默认的2.7升级到3.7版本

升级为python3.3.7版本步骤

CentOS6升级Python2.6到3.7,错误处理[No module named ‘_ctyp