To check the version of the PIP package installer for Python, you can type the pip --version in Terminal of macOS or Command Prompt for Windows.
Note: You might get an error saying command not found: pip, that's because you must have installed pip3 version, so try pip3 --version instead.
% pip3 --version
pip 20.2.3
from /Library/Developer/CommandLineTools/
Library/Frameworks/Python3.framework/
Versions/3.8/lib/python3.8/site-packages/pip (python 3.8)
As you can see I have pip3 version 20.0.3 installed at location /Library/Developer/../lib/python3.8/site-packages/pip

pip or pip3 version command
More Posts related to Python,
- Comments in Python Programming
- tkinter - Hello World! Program
- How to install Python 3.11 on Mac
- Python matplotlib segmentation fault: 11 macOS Big Sur
- Change label (text) color in tkinter
- Python Hello World! Program with code example (snippet)
- Calculate discount amount python code
- Take input argument from command line in Python Programming
- How to pip install Python Modules in VSCode
- Tkinter - add x and y padding to label text
- Python raise error with message example
- Check if String Contains a Substring - Python
- Python Program To Calculate Simple Interest (SimpleInterest.py)
- What does b prefix before a String mean in Python?
- What is Terminal Velocity and its Formula? How to calculate it programmatically?
- How to List all Packages installed using pip [Python]
- Convert Float to String in Python
- Change the background of Tkinter label or text
- How to Install Python Modules in VS Code
- Indent Python code in Notepad++
- Validate email address in Python using regular expression (regex)
- Python: Fix command not found pip or pip3 on zsh shell
- TypeError: must be str, not int [Fix Python]
- ModuleNotFoundError: No module named qdarkstyle.colorsystem [Python]
- Python - Convert float to String
More Posts:
- Facebook Down Will Be Back Soon - Facebook
- How to create a SharePoint list from an existing list with same columns, views, formatting, data - SharePoint
- [Solution] Mac Update Stuck Preparing macOS Ventura 13.0 About 30 minutes remaining - MacOS
- How to Install Git on Windows - Git
- Adding Sub Headings to Bootstrap Header tags - Html
- Java Stream flatmap() Examples - Java
- How to create SharePoint List Item programmatically using C#.net - SharePoint
- How to mute or disable Twitter Fleet in feeds - Twitter