美文网首页
ubuntu下卸载python2和升级python3.5

ubuntu下卸载python2和升级python3.5

作者: 蜡笔刘 | 来源:发表于2017-11-23 13:52 被阅读38次

卸载python语句:
sudo apt-get remove python
ubuntu下安装python3:
sudo apt-get install python3
升级命令,以python3.6为例子:

sudo add-apt-repository ppa:fkrull/deadsnakes
sudo apt-get update
sudo apt-get install python3.6

相关文章

网友评论

      本文标题:ubuntu下卸载python2和升级python3.5

      本文链接:https://www.haomeiwen.com/subject/ybdzvxtx.html