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

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

    Or if you are using PyCharm (2017-03-03) like me, just change directory in terminal and install:

    cd C:\Users\{user}\PycharmProjects\test\venv\Scripts
    pip install ..
    

提交回复
热议问题