- 首先发现:用传统的更新代码经常报错,即要求user 允许更新,所以这时,就只需要:
- ensure pip :
python -m ensurepip
- 进行更新:
python -m pip install --upgrade pip
这样就再也不会报错了!

python -m ensurepip
python -m pip install --upgrade pip
这样就再也不会报错了!
本文标题:Python-108 Python中pip更新的正确和简单方式
本文链接:https://www.haomeiwen.com/subject/mqkiyltx.html
网友评论