1.在网址https://pip.pypa.io/en/latest/installing 下载get-pip.py文件,放在python更目录,如python3.6目录下

2.在dos命令行中进入get-pip.py目录,输入"get-pip.py"

3.配置环境变量,在PATH中添加E:\workspace\Python\Python3.6\Scripts

4.测试,在dos中运行 pip help

5.安装拓展库(在dos中安装)如 pip install numpy

相关文章:

  • 2022-01-06
  • 2021-05-31
猜你喜欢
  • 2021-10-05
  • 2022-02-10
  • 2021-07-08
  • 2022-01-22
  • 2021-12-01
  • 2022-12-23
  • 2021-12-31
相关资源
相似解决方案