Install Python and set Path Variables | Download Python

How to Install Python and set Path Variables | How to Download Python in windows



Easy Install is a python module bundled with setuptool which lets you automatically download, build, install, and manage Python packages and create an Interface to use Python.
 This small tutorial will guide you step-by-step on how to install easy_install/ setuptools on windows and make your life easier on to install different python packages using command prompt to use for different codes.

How to Install Python / Step-by-step Guide

  • Click on Installation
  • Right Click on get-pip.py file and click on save as. 
  • Once the file is saved open Command Prompt (CMD).
  • Navigate to where you have saved your file (for me D:\>)
  • Type the command D:\> python get-pip.py (The installation with start after the command).
  • Once the installation is complete your command prompt will look like something like this.
  • The command will install pip, setup tools and wheel as well or if your already have installed any of these, the command will simply update/ skip to that module.
  • The last thing is to edit the system path.
  • Goto system by right click on start button.
  • Click on Advance System Settings.
  • Click on Environment variable
  • Click on path variable and click on Edit.
  • Click on New button and add the following path.
  • Once done click on OK on all the open screens, then open your Command Prompt again (CMD)
  • The last step is to check the installation for that run the following command on your CMD D:\> pip  and hit enter
    Congratulations you have successfully installed Easy Install tools on your system.


    This is How you can Install Python In your system and select path to run it. iff you like this then share it and if have any Question then you can ask it in comment Section.


    Post a Comment

    Previous Post Next Post