Facebook PixelHow to Install Python 3.9 in Windows in 2021 | Blog | CodeWithHarry
How to Install Python 3.9 in Windows in 2021

How to Install Python 3.9 in Windows in 2021

"Before installing Python, check if Python is already installed on your computer. Steps to check if Python is already installed or not : Open Windows Powershell. Type "python --version""

By CodeWithHarry

Updated: 5 April 2025

Before installing Python, check if Python is already installed on your computer. Steps to check if Python is already installed or not:

  1. Open Windows Powershell.
  2. Type python --version and press enter.

Checking Python Installation

If an error message shown in the above gif is displayed, Python is not installed on your computer. There is a chance that an older version of Python is already installed on your computer. In this case, you need to uninstall the older version and install the latest version.

Follow the steps given below to install the latest version of Python in Windows:

Step 1: Click here and download the latest version of Python available. At the time of writing this article, the latest version is Python 3.9.1.

Downloading Python

Step 2: Install the .exe file as soon as the downloading process completes. All you need to do is to keep pressing next until Python installs!

Installing Python

Note: Do not forget to check the “Add Python 3.9 to path” checkbox.

Step 3: This is all you need to do to install Python in Windows operating system. Verify the installation by typing python --version in Windows Powershell.

Verifying Python Installation

Congratulations! You have successfully installed the latest version of Python on your computer.

Tags

installpythoninwindows