If you are using pip or pip3 package installer for Python, then you must have seen that when you do not upgrade your package utility, a warning is displayed after each time you try to install a new package or update one.
WARNING: You are using pip version 19 however version 21 is available
In order to update pip or pip3 package installer you can run the below command.
To upgrade pip package:
pip install --upgrade pip --user
To upgrade pip3 package:
pip3 install --upgrade pip --user
Example:
% pip3 install --upgrade pip --user
Collecting pip
Using cached https://files.pythonhosted.org/packages/47/ca/d/pip-21.1.3-py3-none-any.whl
Installing collected packages: pip
Successfully installed pip-21.1.3
Note: if you do not provide the --user parameter you might get Error 13 while updating pip
If you have the pip3 package installed and you try to use the pip command you will get the error: zsh: command not found: pip

Update pip pip3 package
Have Questions? Post them here!
More Posts related to PIP,
- Fix Python WARNING: You are using pip version 19 however version 21 is available
- WARNING: pip is being invoked by an old script wrapper. This will fail in a future version of pip.
- pip/pip3 ERROR: Could not install packages due to an EnvironmentError: [Errno 13] Permission denied
- How to upgrade pip/pip3 package installer for Python
More Posts:
- Display full website address in Safari macOS Browser - MacOS
- How to clear mysql console screen - MySQL
- How to see HTTP Request Response Headers in Google Chrome Browser - Chrome
- Disable Fading Edges Scroll Effect Android Views - Android
- The default interactive shell is now zsh. [macOS] - MacOS
- Fibonacci series from 1 to 500 table - Html
- Microsoft Teams adds New Conversation Button - Teams
- reCaptcha Verification expired. Check the checkbox again - Html