utuntu下安装pip&pip3

在utuntu下建议不要使用apt-get install 安装pip,会出现很多问题。

建议使用如下方式安装:

wget https://bootstrap.pypa.io/get-pip.py  --no-check-certificate
sudo python get-pip.py

 而安装pip3,采用以下方式:

sudo apt-get install python3-pip

用pip3安装python包命令:

sudo pip3 install packgename

 

posted @ 2016-10-31 19:32  悟空的爸爸  阅读(621)  评论(0编辑  收藏  举报