python中pip的安装

 pip安装

#在cmd上执行 
python3 -m pip install --upgrade pip --force-reinstall
python2 -m pip install --upgrade pip --force-reinstall

#查看pip版本
pip3 -V
pip2 -V 



原文地址:https://www.cnblogs.com/toby-yu/p/8955285.html