pip安装指定版本的程序的命令

pip install -i https://pypi.douban.com/simple/ django==1.10.3

或者

pip install django==1.10.3

或者

pip3 install django==1.10.3

或者

python3 -m pip install django==1.10.3

相关文章:

  • 2022-01-23
  • 2021-05-31
  • 2021-08-03
  • 2021-07-08
  • 2021-08-04
  • 2021-07-28
  • 2022-12-23
猜你喜欢
  • 2022-01-20
  • 2022-12-23
  • 2021-11-02
  • 2022-01-07
  • 2021-11-22
  • 2021-12-19
  • 2022-12-23
相关资源
相似解决方案