Close

Installing Python 2.7 on windows

[Last Updated: Mar 31, 2020]

Python 

In this tutorial we will see how to install Python 2.7.x on windows 10.

Download Python 2.7.x

We can choose Python for windows from here.

For this tutorial we chose Latest Python 2 Release - Python 2.7.17. Click on Windows x86-64 MSI installer.

Installation

Click on installed python-2.7.17.amd64.msi and follow these steps.

In above window select "Add python.exe to Path" as shown:

Test installation:

C:\Users\Joe>python
Python 2.7.17 (v2.7.17:c2f86d86e6, Oct 19 2019, 21:01:17) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> exit()

C:\Users\Joe>

See Also