0 votes
in Python by
What is the procedure to install Python on Windows and set path variable?

1 Answer

0 votes
by

We need to implement the following steps to install Python on Windows, and they are:

First you need to install Python from https://www.python.org/downloads/

After installing Python on your PC, find the place where it is located in your PC using the cmd python command.

Then visit advanced system settings on your PC and add new variable. Name the new variable as PYTHON_NAME then copy the path and paste it.

Search for the path variable and select one of the values for it and click on ‘edit’.

Finally we need to add a semicolon at the end of the value and if the semicolon is not present then type %PYTHON_NAME%.

Related questions

+1 vote
asked Jan 30, 2022 in Python by sharadyadav1986
0 votes
asked Apr 10, 2021 in JAVA by Robindeniel
...