How to run Pip commands from CMD

后端 未结 7 1241
醉酒成梦
醉酒成梦 2020-11-28 02:16

As I understand, Python 2.7.9 comes with Pip installed, however when I try to execute a Pip command from CMD (Windows) I get the following error:



        
7条回答
  •  悲哀的现实
    2020-11-28 02:54

    Go to the folder where Python is installed .. and go to Scripts folder .

    Do all this in CMD and then type :

    pip

    to check whether its there or not .

    As soon as it shows some list it means that it is there .

    Then type

    pip install 
    

提交回复
热议问题