“python” not recognized as a command

后端 未结 12 1976
粉色の甜心
粉色の甜心 2020-11-22 14:01

I just downloaded and installed Python 2.7.2 to my laptop and I am trying to run some sample programs. My laptop is running Windows XP.

When I open a cmd

12条回答
  •  轮回少年
    2020-11-22 14:55

    Further to @Udi post this is what the script tried to do, but did not work with me.

    I had to the set the following in the PATH nothing else.

    C:\Users\hUTBER\AppData\Local\Programs\Python\Python35
    C:\Users\hUTBER\AppData\Local\Programs\Python\Python35\Scripts
    

    Were mine and now python works in the cmd

提交回复
热议问题