python2/python3 升级pi版本

python2

python2 -m pip install --upgrade pip --force-reinstall

python3

python2 -m pip install --upgrade pip --force-reinstall
原文地址:https://www.cnblogs.com/shmily3929/p/15637174.html