Check Python Availability
To check if python is installed on your system, open a terminal and run the following command.
python --version
Example Terminal Output from above command
Python 3.9.18
To check if python is installed on your system, open a terminal and run the following command.
python --version
Example Terminal Output from above command
Python 3.9.18