How to Check Python Version on PC or Mac
This wikiHow teaches you how to find which version of Python is installed on your Windows or macOS computer. Open Windows Search. If you don't already see a search box in the taskbar, click the magnifying glass or circle next to , or press...
Method 1 of 2:
Windows PC
-
Open Windows Search. If you don't already see a search box in the taskbar, click the magnifying glass or circle next to, or press ⊞ Win+S.
-
Type python into the search bar. A list of matching results will appear. -
Click Python [command line]. This opens a black terminal window to a Python prompt. -
Find the version in first line. It's the number right after the word 'Python' at the top-left corner of the window (e.g. 2.7.14).
Method 2 of 2:
macOS
-
Open a Terminal window on your Mac. To do this, open the Applications folder in Finder, double-click the Utilities folder, then double-click Terminal. -
Type python -V at the prompt (V uppercase). -
Press ⏎ Return. The version number will appear on the next line after the word 'Python' (e.g. 2.7.3).
Discover more
python click terminal windowShare by
Isabella Humphrey
Update 05 March 2020
You should read it
- How to Open a Terminal Window in Ubuntu
- How to customize Windows Terminal application
- How to use Guake Terminal in Linux
- Python online editor
- More than 100 Python exercises have solutions (sample code)
- The Quiet Details That Make a Sports Betting Platform Feel Reliable
- Instructions on creating toy set images with ChatGPT AI
- How are AI agents changing the journalism industry?
- How to Uninstall Python
- How to Define, Add, and Subtract Matrices in MATLAB
- How to Make 3D Plots Using MATLAB







