Member-only story
How to install Python 2.7 and 3.6 in Windows 10 [add python PATH]
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”.
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.