How to Check If Python Is Installed?

Open a terminal or command prompt

Type `python –version`

Press Enter

If that does not work, type `python3 –version`

Press Enter

If Python is installed, the version number will appear

If Python is not installed, you will see an error message or command not found message

Suggested for You

Trending Today