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

Jose Miguel Arrieta
Data Science
Published in
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

--

--