卸载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
卸载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