Ubuntu14.04系统会自带python2.7,请不要卸载它,不同版本的Python可以共存。

#sudo add-apt-repository ppa:fkrull/deadsnakes

#sudo apt-get update

#sudo apt-get install python3.5

接下来安装pip

# sudo apt-get install python-pip 安装2版本的pip

#sudo apt-get install python3-pip 安装3版本的pip

相关文章:

  • 2020-06-01
  • 2022-02-07
  • 2021-11-30
  • 2021-12-19
  • 2021-09-30
  • 2021-05-25
  • 2021-07-19
  • 2022-12-23
猜你喜欢
  • 2021-09-19
  • 2022-01-12
  • 2022-12-23
  • 2021-05-08
  • 2021-08-22
  • 2021-04-26
  • 2021-09-29
相关资源
相似解决方案