I\'ve installed Python 2.7.9, which comes with already bundled with pip. I\'ve check that it\'s there in the modules list. But when I run pip install I get
pip install
Soon's anwser worked for me, with slight difference, without 2 after python:
python.exe -m pip install
What I don't understand, is that this should be equal to the command in interactive console as following, isn't it ?
pip -m install