依次执行下列两条指令:
1.会安装相应版本的pip
python -m ensurepip
之后:
2.将上方安装的pip更新为最新版本
python -m pip install --upgrade pip