Running a python script from the command line in Windows

后端 未结 3 794
忘了有多久
忘了有多久 2021-01-14 02:24

I\'m trying to run SnakeFood, to analyze a python project. I\'m on a Windows machine and so far I\'ve been able to figure out how to:

  • install Tortoise for Merc
3条回答
  •  情书的邮戳
    2021-01-14 03:04

    Would this work?

    python "DriveLetter:\path\to\sfood.py" "DriveLetter:\path\to\your\project"
    

提交回复
热议问题