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
Copied URL in my case is :- F:\python-3.7.4.exe
Note i have downloaded the version Python 3.7.2
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
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
Step 4:- it will Ask to install some packeges do all and save.
Step 5:- now close the cmd and open again and run
pip
Nice thanks for helping I was unable to connect
ReplyDelete