[Solved] 'pip' is not recognized as an internal or external command, operable program or batch file

preview_player
Показать описание
Hello Coders,
In this post, I will be telling you about one of the most common errors programmers come across in python. Its 'python pip' is not recognized as an internal or external command, operable program or batch file.
This error shows up on windows when one tries to use pip in the command prompt.
To solve this error on windows, you must declare path variable by following these steps:

Step 1 - Right click on My Computer or This PC
Step 2 - Click on Properties
Step 3 - Click on Advanced System Settings

You will find a section called system variables.
Click on Path from the list of variable and values that shows up there.
After clicking on path click edit. You will find a New button in the pop up.
Click that and paste the location of the python35 or python36 folder (The location you specified while installing python) followed by “\Scripts” there.
For me its “C:\Users\a610580\AppData\Local\Programs\Python\Python35-32” so I type “C:\Users\a610580\AppData\Local\Programs\Python\Python35-32\Scripts”
Click Ok to close all windows and restart your command prompt.

Everything should now be working fine!
Make sure you don’t disturb anything else in the path variable and follow the aforementioned steps exactly.
Happy coding!
Рекомендации по теме
Комментарии
Автор

Buddy! For an hour I had the the path set up. If I had not searched for your golden nugget of your itty bitty detail i.e. "Restart your command prompt" then type "pip". I would have thrown my laptop across the room.
My laptop and I thank you! You earned a thumbs up!

popcycleism
Автор

THANK YOU SO MUCH! I just spent hours going round in forum posts and then just as I'd given up I saw this and fixed the issue within 5 minutes!

laraharris
Автор

I have been to every corner on YouTube without any benefit. You addressed exactly my case. Thank you so much for ending almost-48-hour frustration. Liked and subscribed.

HishamAli
Автор

Thanks! This saved me considerable time. Clear and to the point.

Shadow
Автор

4 years later in 2021 this video saved people like me

riccardopiana
Автор

Thank you so much. I see the video is old but people are still benefiting from it.

wassupbaby
Автор

Thank you so much! This solved my problem. I do think the way I installed Python was wrong, because in the "Environment Variables" tab I didnt have the python folder path and I guess that was causing problems as well. Any way this was very helpful :)

Aqsa
Автор

Thank you, I was stuck with Python pip for installing on my windows 7 (32-bit) but your video proved helpful. Thanks again

cresentut
Автор

for anyone wondering, I'm using a plugin to see dislikes, this video has a good amount of likes compared to the dislikes so I can say that this tutorial CAN be trusted.

ElayIzhakSal
Автор

I saw a lot of videos and blogs nothing helped me. You are my bro! Lots of love.

sharaththatikonda
Автор

Wait so you are code with harry! Coming here from one of your tutorials!! :)

akshayjoshi
Автор

i seen 50 videos about this i get this tq brooo

manishrathod
Автор

Thank you SO MUCH!! Ive been struggling with this for a while but couldn't find a good walkthrough. You earned my sub and like :)

iiNGHMRii
Автор

Thanks I have try to install Ipython but I got the same error and search in website for 2 Hrs and not able to fixed it but your 3 mins video save me to waste more time for resolving this error.

skarka
Автор

Incredibly helpful! I am a software engineer and I did not know this. :)

spearman
Автор

Thanks Man sometime simple things are so tricky to resolve. an we are so lucky to have some experienced friends like you on youtube.

momomyprincess
Автор

Superb cool. Explained in very simple way, straight to the point. It's working. Thanks.

maruthiprasad
Автор

You were of greatest help to me!!! Finallly I also managed to find my pip!!!

marinannablanzh
Автор

Well would you look at that. I just found another hero without a cape. Thanks man!

afinfadzlin
Автор

Thanks alot man, this help me so much to do my project for my lecture

vijanitojonathan