Ubuntu18.04.4安装pip

//安装
sudo apt-get install python3-pip

//版本检查
sudo pip3 -V

//升级
python3 -m pip install --upgrade pip
原创文章 17 获赞 1 访问量 1509

猜你喜欢

转载自blog.csdn.net/mankaichuang/article/details/105705512