Many PCs and Macs will have Python already installed.
So, let’s check whether Python is installed on your system or not.
For Windows –
- Open Command Line (cmd.exe) :
- Type: C:\Users\Your Name> python –version
For Linux or Mac –
- Open the Command line on Linux/Terminal on Mac:
- Type: python –version
If you do not find python installed on your computer, then please download it from the following website: https://www.python.org. If you do not find python installed on your computer, then please download it from the following website: https://www.python.org/
Once you download it, please install it and set the Path at Windows:
At Command Prompt – type path %path%;C:\Python and press Enter.
Here C:\Python is the path of the Python directory.