-1

I am on Windows 10 with Python 2.7 installed. I installed pip following instructions here:

I also see following message at end of installation:

Successfully installed pip-20.3.4

But when I do 'pip help'(in a new command prompt), I see:

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

What else is needed to get it working?

Mandroid
  • 6,200
  • 12
  • 64
  • 134
  • https://stackoverflow.com/search?q=%5Bpip%5D+is+not+recognized+as+an+internal+or+external+command%2C+operable+program+or+batch+file – phd Jul 20 '21 at 18:20

1 Answers1

0

Manually add pip path to env variable PATH. Pip is installed at location C:\Python27\Scripts.

Mandroid
  • 6,200
  • 12
  • 64
  • 134