ubuntu python pip更新问题
时间:2020-04-15 19:02:28
收藏:0
阅读:54
You are using pip version 8.1.1, however version 20.0.2 is available.
You should consider upgrading via the ‘pip install --upgrade pip‘ command.
解决办法:
python -m pip install --upgrade pip
原文:https://www.cnblogs.com/lzping/p/12706722.html
评论(0)