How to install pip in windows

What you will learn here about windows install pip

  • How to install pip in windows
  • pip is not recognized

How to install pip in windows

Please follow the following steps to know how to install pip in windows
1)Assuming you have python installed on your System

2)Open Command Prompt as Administrator. The steps are given below.
Search command prompt in your computer -> Right click on command prompt -> Run as Administrator

3)Now please follow the following step to download pip which is shown below

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

How to install pip in windows

4)Now please follow the following step to install pip which is shown below

python get-pip.py

install pip windows
5)Now please go to the Scripts folder. In my case Scripts folder path is given below. We need to add this path in an environment variable so please copy the path
Scripts path

6)Now please right click on This PC and click on Properties which is shown below
Environment variable path

7)Now please follow the following steps which are shown below
I)Click Advanced System Settings
II)Click On Environment Variables
III)Select Path under System variables
IV)Click on Edit
pip is not recognized

8)Now please follow the following steps which are shown below
I)Click on New
II)Enter path of Scripts folder see step 5
III)Click on OK
pip is not recognized windows

9)Now please execute the following command to check pip version which is shown below. If you are able to see pip version means pip is installed successfully

pip -V

pip version windows

pip is not recognized

Why I am getting pip is not recognized as an internal or external command message because pip is not installed on your system. So please follow the above steps to install pip on windows

You may also like...

Leave a Reply