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

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

    Small clarification: in "Windows 7 64 bit PC", after adding ...Python34\Scripts to the path variable, pip install pygame didn't work for me.

    So I checked the "...Python34\Scripts" folder, it didn't have pip, but it had pip3 and pip3.4. So I ran pip3.4 install pygame .... .whl. It worked.

    (Further open a command window in the same folder where you have the downloaded pygame...whl file.)

提交回复
热议问题