How to install Python on Windows and set path variable

0 votes
May 24, 2019 in Python by Wajiha
• 1,950 points
2,598 views

1 answer to this question.

0 votes
Install python from this link https://www.python.org/downloads/
After this, install it on your PC. Look for the location where PYTHON has been installed on your PC using tge following command on your command prompt: cmd python.
Then go to advanced system settings and add new variable and name it as PYTHON_NAME and paste the copied path.
Then look for the path variable, select it's value and select edit
Add a semicolon towards the end of the value if it's not present and then type %PYTHON_HOME%
answered May 24, 2019 by anonymous
• 180 points

Related Questions In Python

+1 vote
1 answer

How to install tensorflow using anaconda and python 3.7.1 on windows?

Since I am using python 3.5 so ...READ MORE

answered Aug 19, 2019 in Python by Arvind
• 3,040 points
9,100 views
0 votes
0 answers

How to mix read() and write() on Python files in Windows

It appears that a write() immediately following a read() on a ...READ MORE

Oct 24, 2018 in Python by Aryya
• 500 points
711 views
0 votes
1 answer

How to add to the python path in Windows?

You know what has worked for me ...READ MORE

answered Jul 25, 2018 in Python by