pip not working on windows python 2.7.9

前端 未结 8 1501
一向
一向 2021-01-05 18:45

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

8条回答
  •  孤街浪徒
    2021-01-05 18:59

    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 
    

提交回复
热议问题