I have read posts on here but something doesn't seem to work. I am new to Python dev
. I am running windows 7 64bit
.
I am trying to install pip
which I have downloaded and have easy_install
in my c:\python27\scripts
directory. When I use powershell
and type
"python easy_install pip"
I get the error message:
"can't open file easy_install": [Errno 2] No such file or directory.
This seems odd as I can see the easy_install.exe
is in that directory.
I have added c:\python27\scripts
to my system PATH
but, to be honest, I am not sure if this is right.
Could someone please help? Thank you.