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?