PIP is not recognized as an internal or external command [SOLVED]

Video Statistics and Information

Video
Captions Word Cloud
Reddit Comments
Captions
if I enter this command pip install pandas I see this error pip is not recognized as an internal or external command so if you're trying to install any package not just pandas any package using pip or you're just trying to use pip for any other purpose and you see this error it means that pip is either not installed or it is not added to the environment variable now let's see if your pip is not in added to the environment variable let's see what we can do for that first press windows and type environment variables now click on environment variables and click on this path and click edit now as you can see here my python path is here that is the users V app data but uh I don't have any path here for Python scripts pip is just a python script so what I will do is I just copy this because p is installed inside this directory so and uh open your Explorer and go to that path now what we are doing here is we are just going to the directory of python installation so basically in Windows it is installed in user name app data local programs Python and your python version now if you have python installed in any other directory you can go to that directory and after going to your python installation directory what you want to do is you want to go inside the scripts and if I scroll down let's search for pip pip as you can see pip 3.11 pip 3 are already here right so pip that means that pip is installed as you can see but the problem we have is it is not added to path so what we need to do is just simply copy this okay now if you can't find pip here if you don't have Pip 3 pip 3.11 and this stuff here that means that pip is not installed so if pip is not installed check the first link in the description and you will see how to install pip all right after pip is installed copy your path where pip is uh installed now go back to your this uh envirment variables and click on new and paste it here now click okay click okay and click uh okay again now let's go back to our Command promp and let's try to run this command again so it will again sa is not recognized so that's by because we need to exit from the command prompt and open the command prompt terminal again now let's typ install so now as you can see it is trying to install pandas and it has installed pandas if you have any questions let me know in the comments below
Info
Channel: The Code City
Views: 30,221
Rating: undefined out of 5
Keywords: pip is not recognized as an internal or external command, pip is not recognized as an internal or external command windows 10, now to solve pip is not recognized, solve pip is not, solve pip is not recognized as an internal or external command, fix pip is not, fix pip is not recognized as an internal or external command
Id: jPRIzVZulhA
Channel Id: undefined
Length: 2min 46sec (166 seconds)
Published: Tue Nov 14 2023
Related Videos
Note
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.