Ubuntu下pip3的安装、升级、卸载

install

sudo apt-get install python3-pip

update

sudo pip3 install --upgrade pip

remove

sudo apt-get remove python3-pip

猜你喜欢

转载自blog.csdn.net/weixin_42642483/article/details/83746807