Steps to install Python (IDLE) in windows with advanced path settings?

Panisetti prudhviraj
2 min readJan 14, 2021

In this article, we are going to see how to install python for executing python programming files, in windows, both in command line and in GUI.

Python Programming Language

Installation Steps:

Here are the steps to download and install the required python version.

  1. From https://www.python.org/download/releases/2.7.6 download appropriate Python 2.7.6 Windows Installer. (If that link doesn’t work, check https://www.python.org/downloads/ and download the latest version).
  2. Run the downloaded executable file.
  3. Select install for all users or install just for me, click Next.
  4. You’ll see it installs under the C:\Python27 (Check the path depending on the version downloaded) folder, click Next.
  5. Click Next again for the ‘Customize Python’ step and Click Finish.
  6. Open Control Panel, then System.
  7. Click ‘Advanced system settings’ on the left.
  8. Click the ‘Environment Variables’ button.
  9. Under ‘System variables’ click the variable called ‘Path’ then the ‘Edit…’ button. (This will set it for all users, you could instead choose to edit the User variables to just set python as a command prompt command for the…

--

--

Panisetti prudhviraj

Passionate Full Stack Developer based in Germany with a strong advocacy for Python, Go. Let's connect on LinkedIn for a tech-centric journey!