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

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

    For me the command:

    set PATH=%PATH%;C:\Python34\Scripts
    

    worked immediately (try after echo %PATH% and you will see that your path has the value C:\Python34\Scripts).

    Thanks to: Adding a directory to the PATH environment variable in Windows

提交回复
热议问题