Any Helper there to install pip in windows 10 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

Any Helper there to install pip in windows 10

i tried all solutions whatever i found over stakoverdflow or any other discuss plateform but still getting error of related frozen if someone knows I'll show more error details

13th Jul 2020, 6:16 AM
Mangal kumar
Mangal kumar - avatar
47 Answers
+ 6
https://youtu.be/xdj0mGmuNjc See this video. Definitely it will help
14th Jul 2020, 4:42 AM
Abhiyantā
Abhiyantā - avatar
+ 5
You can uninstall python and reinstall it with pip
14th Jul 2020, 5:04 AM
mithul sourav
mithul sourav - avatar
+ 3
'pip' is not preinstalled in Windows. you need to install Python from https://www.python.org/downloads/ If you already installed python, set the PIP environment variable to C:\Users\<username>\AppData\Local\Programs\Python\Python36-32\Scripts\pip.exe
14th Jul 2020, 4:08 AM
Soham Mishra
Soham Mishra - avatar
+ 2
I don't know if it'll work, but try "python -m pip"(-m is important)
13th Jul 2020, 10:22 AM
XXX
XXX - avatar
+ 2
Go to the documentation and forums at python.org
13th Jul 2020, 11:49 PM
Joshua Flynn
Joshua Flynn - avatar
+ 2
Check this one for an answer: https://stackoverflow.com/questions/23708898/pip-is-not-recognized-as-an-internal-or-external-command Python usually installs in a folder of your root drive like C:\Python38 and pip is located in subfolder C:\Python38\Scripts So you just have to add this last one to your global PATH environment variable. Also note that by default, pip will install stuff under your user's Appdata/Local/...something folder in a specific directory, so if you are not using virtual environments, you may also need to add this folder to your path. (the exact folder name is usually printed in console when you actually run pip) Make sure you read not only the first answer to that stackoverflow quesion.
14th Jul 2020, 6:25 AM
Tibor Santa
Tibor Santa - avatar
+ 2
Add python to path
15th Jul 2020, 2:18 AM
Pragyan Saikia
Pragyan Saikia - avatar
+ 1
pip comes pre-installed with Python. Are you sure you don't have pip installed on your system. Go to the command prompt and type 'pip -V'. If it shows something similar to "pip is not recognized as a command", then follow https://phoenixnap.com/kb/install-pip-windows. Else pip is installed on your system.
13th Jul 2020, 6:24 AM
XXX
XXX - avatar
+ 1
ya i know it comes with python but me too surprised why it shows pip is not recognised
13th Jul 2020, 6:26 AM
Mangal kumar
Mangal kumar - avatar
+ 1
can you provide the error details here
13th Jul 2020, 6:27 AM
Arsenic
Arsenic - avatar
+ 1
try adding bin folder from your python installation to PATH
13th Jul 2020, 7:13 AM
Taste
Taste - avatar
+ 1
Taste not able to find bin folder
13th Jul 2020, 9:09 AM
Mangal kumar
Mangal kumar - avatar
+ 1
i couldn't find any bin folder in python installed directory
13th Jul 2020, 10:15 AM
Mangal kumar
Mangal kumar - avatar
+ 1
where bin folder exist
13th Jul 2020, 10:15 AM
Mangal kumar
Mangal kumar - avatar
+ 1
sorry, maybe its not bin, its been a while since i used windows. just use the folder where you have the pip and python.exe instead of bin
13th Jul 2020, 10:17 AM
Taste
Taste - avatar
+ 1
Taste i added to path . python is working fine but pip is not recognised
13th Jul 2020, 10:19 AM
Mangal kumar
Mangal kumar - avatar
+ 1
error shows can't open file pip errno 2 no such file
13th Jul 2020, 10:21 AM
Mangal kumar
Mangal kumar - avatar
+ 1
nope
13th Jul 2020, 10:36 AM
Mangal kumar
Mangal kumar - avatar
+ 1
I'm using with run as administrator
13th Jul 2020, 10:45 AM
Mangal kumar
Mangal kumar - avatar
+ 1
the get-pip ?
13th Jul 2020, 10:46 AM
Taste
Taste - avatar