Skip to content

Instantly share code, notes, and snippets.

@ResolveWang
Created August 17, 2016 13:19
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ResolveWang/c9000446cc27c7acd6bfe22435438f0b to your computer and use it in GitHub Desktop.
Save ResolveWang/c9000446cc27c7acd6bfe22435438f0b to your computer and use it in GitHub Desktop.
比如我们需要让test.py在后台挂着,而不出现命令行窗口,那么可以使用以下命令:
start /min python test.py
linux下面:
nohup python test.py &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment