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...
Table of Contents
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).
5 ★ | 2 Vote
Read More
- Instructions on how to check the PHP version
- Bookmark 5 best Python programming learning websites
- How to Open a Python File
- For in Python loop
- Manage files and folders in Python
- How to Install Python on Windows
- How to check the version of Excel in use
- Multiple choice quiz about Python - Part 3
- 5 choose the best Python IDE for you
- How to check the version of macOS in use
- How to write commands, indent, and comments in Python
- Write a program to check password in Python
- What is Python? Why choose Python?
- Module time in Python