使用pip更新指令:
python -m pip install --upgrade pip
中间出现了错误,再执行的时候就报错 python.exe: No module named pip
需要运行以下指令:
python -m ensurepip
easy_install pip
easy_install 和 pip 都是用来管理、下载安装公共资源库pypi的相关资源包,pip是easy_install的改进版
使用pip更新指令:
python -m pip install --upgrade pip
中间出现了错误,再执行的时候就报错 python.exe: No module named pip
需要运行以下指令:
python -m ensurepip
easy_install pip
easy_install 和 pip 都是用来管理、下载安装公共资源库pypi的相关资源包,pip是easy_install的改进版