pip升级:
pip install -U pip
查看版本:
pip -V
查找pip安装位置
which pip
修改pip指向的python版本:
nano pip修改第一行:
#!/usr/local/bin/python3
# 须指向完整正确的python3安装位置