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

 

安装pip2

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python2 get-pip.py

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-19
  • 2022-12-23
  • 2021-10-08
  • 2021-11-23
  • 2022-01-02
  • 2021-12-19
猜你喜欢
  • 2022-12-23
  • 2021-10-18
  • 2021-08-14
  • 2022-01-20
  • 2022-01-13
  • 2021-08-23
  • 2021-06-25
相关资源
相似解决方案