1.添加python3.6安装包,并且安装

sudo apt-get install software-properties-common

 

sudo add-apt-repository ppa:jonathonf/python-3.6
sudo apt-get update
sudo apt-get install python3.6

2.修改系统默认python版本为3.6

1
2
3
cd /user/bin                                                                                                                                  
rm python
                   
ln -s python3.6m python      

3.升级pip版本

python pip install --upgrade pip

相关文章:

  • 2022-02-22
  • 2022-12-23
  • 2021-11-06
  • 2022-12-23
  • 2021-12-24
  • 2021-12-09
  • 2021-09-01
猜你喜欢
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
  • 2021-11-22
  • 2021-10-12
相关资源
相似解决方案