Skip to content

Check Python Availability

To check if python is installed on your system, open a terminal and run the following command.

Terminal window
python --version

Example Terminal Output from above command

Python 3.9.18