转载自:https://www.runoob.com/w3cnote/python-pip-install-usage.html

 

 

$ curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py   # 下载安装脚本
$ sudo python get-pip.py    # 运行安装脚本
$ pip --version

  

 

posted on 2019-05-28 11:45  Boom__Clap  阅读(231)  评论(0编辑  收藏  举报