python

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.

Was this helpful?