Search code snippets, questions, articles...

Check python version on Mac and Windows

python -V
Output
shows installed python version on your system

If you want to check the python version installed on your system you can simply run this command inside the terminal or cmd window. This will output the version of python inside the terminal.

Note: 'V' will always be written in capital form when writing command.

Search Index Data (The code snippet can also be found with below search text)

python version command
Was this helpful?
0 Comments
Programming Feeds
Learn something new everyday on Devsheet