How to install Python On Windows?

To install Python on windows, follow the below instructions:

  1. Go to Python’s Windows download page
  2. In the list, find the executable installer that is suitable for your local machine e.g. x64, x86
  3. Wait for the download to complete and run the .exe installer.
  4. Install Python, but for easiness, modify the install location to something like.C:\Python37-32 This isn’t a must but personally, it makes accessing it easier.
  5. After the install is complete, it’s time to set up some environment variables for shortcut access to Python & pip via the command prompt.
  6. Go to Control Panel, then System, then Advanced System Properties.
  7. Click the Advanced tab and click the Environment Variable button.
  8. Add the following two values to your PATH variable (Or replace with the path you installed the Python files)
    1. C:\Python37-32
    2. C:\Python37-32\Scripts
  9. Click the Ok button until all is closed, now both the python.exe and pip.exe executable will be accessible.
  10. Open the command prompt and simply type. python See Figure 1 for an example of what should be present after the command. If it’s not similar to Figure 1, then use the following in-depth link to install python on windows again.

Figure 1

This Post Has 53 Comments

  1. You’re so awesome! I don’t believe I have read a single thing like that before. So great to find someone with some original thoughts on this topic. Really.. thank you for starting this up. This website is something that is needed on the internet, someone with a little originality!

  2. naturally like your web site however you need to take a look at the spelling on several of your posts. A number of them are rife with spelling problems and I find it very bothersome to tell the truth on the other hand I will surely come again again.

  3. You’re so awesome! I don’t believe I have read a single thing like that before. So great to find someone with some original thoughts on this topic. Really.. thank you for starting this up. This website is something that is needed on the internet, someone with a little originality!

Leave a Reply