0
点赞
收藏
分享

微信扫一扫

更新pip版本指令

使用如下指令更新pip,可能会出错

pip install --upgrade pip

使用如下指令即可完美更新pip

python -m pip install --upgrade pip
举报

相关推荐

0 条评论