How To Upgrade "PIP" in CMD Windows | Java Inspires
------------------------------------------------------------------------------
WARNING: You are using pip version 21.2.3; however, version 21.3.1 is available.
You should consider upgrading via the 'C:\Users\developer\AppData\Local\Programs\Python\Python310\python.exe -m pip install --upgrade pip' command.
------------------------------------------------------------------------------
C:\Users\developer>python -m pip install --upgrade pip
Requirement already satisfied: pip in c:\users\developer\appdata\local\programs\python\python310\lib\site-packages (21.2.3)
Collecting pip
Downloading pip-21.3.1-py3-none-any.whl (1.7 MB)
|████████████████████████████████| 1.7 MB 6.4 MB/s
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 21.2.3
Uninstalling pip-21.2.3:
Successfully uninstalled pip-21.2.3
Successfully installed pip-21.3.1
------------------------------------------------------------------------------
tags: