Sitemap
Data Science

Personal Blog About Machine Learning, Data Science, Computer Vision and Python.

Follow publication

How to install Python 2.7 and 3.6 in Windows 10 [add python PATH]

3 min readJan 11, 2018

--

This tutorial will describe how to install both Python versions (2.7 and 3.6) on a Windows 10 environment. Additionally, how to add python path in windows 10 will be discussed.

PATH is an environment variable on Unix-like operating systems, DOS, OS/2, and Microsoft Windows, specifying a set of directories where executable programs are located”

source : https://en.wikipedia.org/wiki/PATH_(variable)

1. Download python 2.7

Go to www.python.org/downloads and click on ‘Download Python 2.714”.

Press enter or click to view image in full size

Wait until installation package is complete.

2. Install python 2.7

When download is finished click to install. You need to select a destination directory where python files and executables will be located. In my case I chose “C:\Python27” as my directory.

Wait until install is complete.

--

--

Data Science
Data Science

Published in Data Science

Personal Blog About Machine Learning, Data Science, Computer Vision and Python.

Responses (7)