安装步骤

1.添加testing源
vim /etc/apt/sources.list
deb http://mirrors.163.com/debian/ testing main

2.更新源
apt-get update

3.安装python3.6
apt-get install python3.6 python3.6-dev python3.6-distutils

4.安装pip3.6
wget https://bootstrap.pypa.io/get-pip.py
python3.6 get-pip.py

相关文章:

  • 2021-05-28
  • 2022-02-08
  • 2022-12-23
  • 2021-08-24
  • 2021-06-06
  • 2022-12-23
  • 2022-01-20
  • 2021-12-02
猜你喜欢
  • 2022-12-23
  • 2022-01-04
  • 2022-12-23
  • 2022-12-23
  • 2021-07-13
  • 2021-07-15
  • 2021-11-04
相关资源
相似解决方案