pip -V 查看pip版本及管理的python版本
on linux or mac:
pip install -U pip
on windows:
python -m pip install -U pip
uninstall:
python -m pip uninstall pip