0
点赞
收藏
分享

微信扫一扫

ubuntu 14.04,python 2.7.6升级为python2.7.12


今天发现ubuntu自带的python版本太老,会出现各种各样的问题,于是我们可以升级一下:

sudo add-apt-repository ppa:jonathonf/python-2.7
sudo apt-get update
sudo apt-get install python2.7
python --version

参考文献

[1].Update Python 2.7 to latest version of 2.x.​​https://askubuntu.com/questions/725171/update-python-2-7-to-latest-version-of-2-x​​

 

举报

相关推荐

0 条评论