The command, pip install --upgrade pip, install all version of pip
问题 When I run this command, pip install --upgrade pip , all version of pip is installed (in Linux/2.9.16) I just want to update pip that I'm using to the latest. How could I resolve this? Below is what I got from the command pip install --upgrade pip Requirement already satisfied: pip in /opt/python/run/venv/lib/python3.6/site-packages (20.3.2) Collecting pip Using cached pip-20.3.2-py2.py3-none-any.whl (1.5 MB) Using cached pip-20.3.2.tar.gz (1.5 MB) Installing build dependencies ... done