Thursday 21 October 2021

How to install Python?

 Follow the simple steps to install python and run your first python program.

Step 1: Visit the official python webiste.

https://www.python.org/downloads/

Step 2: Click download Python.

Step 3: Click the downloaded file and start installing.

Step 4: After installation is complete, open the command prompt and type python.


If you get the screen like this Python and version name in my case it is Python 3.9.5 then it means python is installed in your system.

If it shows some error you need to add the python compiler path in environment variables.

Also read: How to edit environment variables

https://www.millioninformations.com/2015/08/how-to-resolve-javac-is-not-recognized.html

No comments :

Post a Comment