0

I am trying to install Pip for Python, but am getting the internal/external command error:

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

I have set my PATH variables (C:\Python and C:\Python\Scripts)

What's the issue here?

SquidLord
  • 13
  • 3

1 Answers1

0

SOLVED: pip needed to be installed to the C:\Python\Scripts folder

SquidLord
  • 13
  • 3