原文

 

安装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

 

安装配套python3.6的pip

curl https://bootstrap.pypa.io/get-pip.py | sudo python3.6

 

查看pip关联的python版本

pip -V

 

相关文章:

  • 2021-09-23
  • 2021-04-25
  • 2021-08-18
  • 2022-12-23
  • 2021-08-08
猜你喜欢
  • 2021-12-04
  • 2022-12-23
  • 2021-12-24
  • 2022-02-12
  • 2021-07-04
  • 2021-09-23
相关资源
相似解决方案