pip not working on windows python 2.7.9

前端 未结 8 1583
一向
一向 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 19:15

    I faced the same issue and got to know that the error is because it is not able to find the pip.exe to execute. You need to check the path : C:\Python27\Scripts There, you will find the .exe file and if you run the command from that folder, the command should not give you the error or while running the command, please provide entire path instead of just pip command.

提交回复
热议问题