0% found this document useful (0 votes)
4 views10 pages

Python 3.6.7 Installation Guide for Windows

Uploaded by

vinodangajala34
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views10 pages

Python 3.6.7 Installation Guide for Windows

Uploaded by

vinodangajala34
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

Python Installation

Lecturer By [Link]
Installation on Windows
 Visit the link[Link] to
download the latest release of Python. In this process, we
will install Python 3.6.7 on our Windows operating system.
 Double-click the executable file, which is
downloaded; the following window will open.
Select Customize installation and proceed.
 The following window shows all the optional
features. All the features need to be installed and
are checked by default; we need to click next to
continue.
 The following window shows a list of advanced
options. Check all the options which you want to
install and click next. Here, we must notice that the
first check-box (install for all users) must be checked.
 Now, we are ready to install python-3.6.7.
Let's install it.
How to Set Python Path
 To set the path of python, we need to the right
click on "my computer" and go to Properties →
Advanced → Environment Variables.
 Add the new path variable in the user
variable section.
 Type PATH as the variable name and set the path to the
installation directory of the python shown in the below
image.

Now, the path is


set; we are ready
to run python on
our local system.
Restart CMD, and
type python
again. It will open
the python
interpreter shell
where we can
execute the python
statements.

You might also like