更新pip后导致 pip找不到,

可以首先执行

python -m ensurepip 

然后执行

python -m pip install --upgrade pip  

即可更新完毕。