ubuntu16.04 安装pip3

安装

sudo apt-get install python3-pip

升级

sudo pip3 install --upgrade pip

卸载

sudo apt-get remove python3-pip

原文地址:https://www.cnblogs.com/kanneiren/p/9967989.html