0

I need to install the pyinstaller so I go onto my command prompt but when I type in :

pip install pyinstaller

It prompted this following error:

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

钟智强
  • 459
  • 6
  • 17
  • https://stackoverflow.com/search?q=%5Bpip%5D+not+recognized+as+an+internal+or+external+command%2C+operable+program+or+batch+file – phd Feb 25 '21 at 15:41

1 Answers1

1

The answer to your question will be Set up PATH_VARIABLE of pip. You get this error is due to the Operating system not recognise the Variable.

Can Learn from here : HERE

钟智强
  • 459
  • 6
  • 17