'pip' is not recognized as an internal or external command

前端 未结 30 2555
迷失自我
迷失自我 2020-11-21 05:41

I\'m running into a weird error when trying to install Django on my computer.

This is the sequence that I typed into my command line:



        
30条回答
  •  礼貌的吻别
    2020-11-21 06:19

    I had this same issue. You just need to go to your

    C:\Python27\Scripts

    and add it to environment variables. After path setting just run pip.exe file on C:\Python27\Scripts and then try pip in cmd. But if nothing happens try running all pip applications like pip2.7 and pip2.exe. And pip will work like a charm.

提交回复
热议问题