Can't run Python from cmd line

后端 未结 6 1440
無奈伤痛
無奈伤痛 2020-12-21 02:11

I am a programming (and Python) novice. I am unable to run any python script in command prompt of my WinXP 64-bit laptop. I assigned the path and confirmed it by typing set

6条回答
  •  执念已碎
    2020-12-21 02:26

    python is the command you use to run the script so you run it in the shell. In Windows, that would be the command prompt (Run > "cmd").

提交回复
热议问题