ubuntu python pip更新问题

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