Install Environment Set-up of Python

author details
AdiPie
7th Sep 2020
2 mins read
Image
install-python

Find the URL https://www.python.org/downloads to download the most current release of Python. In this procedure, we will introduce Python 3.6.7 on our Windows operating system.

Image
Install python step-1

Double tap the exe file and select installation and continue. 

Image
Install python step-2

The accompanying window shows all the highlighted features. All the highlights should be introduced and are checked as a matter of course; we have to click close to proceed. 

Image
Install python step-3

The window show list of other advanced options. Check all the choices which you need to introduce and click straightaway.

Image
Install python step-4

Presently, we are prepared to introduce python-3.6.7. We should introduce it. 

Image
Install python step-5

Presently, attempt to run python on the command prompt. Type the command python if there should be an occurrence of python2 or python3 in the event of python3. It will show a blunder as given in the underneath picture. It is because we haven't set the path.

Image
Install python step-6

To set the way of python, we have to the correct snap-on "my computer" and go to Properties → Advanced → Environment Variables. 

Image
Install python step-7

 

Image
Install python step-8

Include the new way factor in the client variable segment. 

Image
Install python step-9

Type PATH as the variable name and set the way to the establishment index of the python appeared in the underneath picture. 

Image
Install python step-10

Presently, the way is set; we are prepared to run python on our local framework. Restart CMD, and type python once more. It will open the python translator shell where we can execute the python statements.