-1

I installed Python 3.8.2 on Windows 10 and tried to install stuff with it. When I tried "pip install program" on the Windows Command Prompt with the path set to C:/Users/James/AppData/Local/Programs/Python/Python38 it failed. Instead of installing the program, it gives me the error message:

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

Am I using the wrong command prompt or is there something wrong with Pip? When I use "python get-pip.py" it says it is installing Pip and then it says "removing old version" and then my Pip commands still do not work.

Thank you!

~ James

  • https://stackoverflow.com/search?q=%5Bpip%5D+%27pip%27+is+not+recognized+as+an+internal+or+external+command%2C+operable+program+or+batch+file – phd May 03 '20 at 01:08

1 Answers1

0

Try updating your pip, it is outdated, once you update, your code will definitely run