My problem is that pip is not installing on Windows. I have downloaded pip.py. Although, type pip in cmd I get:
NameError: name 'pip' is not defined.
Help please.
My problem is that pip is not installing on Windows. I have downloaded pip.py. Although, type pip in cmd I get:
NameError: name 'pip' is not defined.
Help please.
If you didn't set up the environment variable - it means that you need to be in the folder of pip.
So, if you installed pip in c:\pip. you need to browse to c:\pip to run pip.
Does it make sense?