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

前端 未结 30 2669
迷失自我
迷失自我 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:13

    I was having the same problem just now.

    After adding the proper folder (C:\Python33\Scripts) to the path, I still could not get pip to run. All it took was running pip.exe install -package- instead of pip install -package-.

提交回复
热议问题