linux pip安装方法

安装pip

使用脚本安装和升级pip

要安装或升级pip,需要下载 get-pip.py. 地址:https://bootstrap.pypa.io/get-pip.py

然后运行以下命令 (需要管理员权限):

$ wget https://bootstrap.pypa.io/get-pip.py 
$ python get-pip.py
$ pip -V  #查看pip版本
This entry was posted in python and tagged . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *