Search the Blog

Showing posts with label installation. Show all posts
Showing posts with label installation. Show all posts

Thursday, September 12, 2019

pip installtion on window 10

5 Semple Steps to install pip in Window 10

I decide to write this post after facing the issue when i am not able to download libarary via cmd in pythan. Becuase what problem i faced a lot of new begineer will face this issue.

Step 1:- Check your python download folder. In my case it is in F drive. Copy the path

Pip Installtion window 10 python step 1


Copied URL in my case is :-                F:\python-3.7.4.exe


Note i have downloaded the version    Python 3.7.2

python environment setting for pip

Step 2:- Now open advance environment settings and create a new varible in path with the name of your python version.

   In My Case it was                             c:\python37\Scripts

Note:- python varible will be according to version of python may be possible you have downloaded someother versions also

pythan setup opening via cmd


Save the environment varible and Restart the System

Step 3:- Open cmd and paste following cmd

                                                            F:\python-3.7.4.exe TargetDic:C\Python37

pythan set reconfigure of pip


Step 4:- it will Ask to install some packeges do all and save.


pythan pip installation guide


Step 5:- now close the cmd and open again and run

                                       pip                                                             

Pip Complete istalation in Python



Translate