Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save junneyang/4e8a62d0361830cf0353c2a884302425 to your computer and use it in GitHub Desktop.
Save junneyang/4e8a62d0361830cf0353c2a884302425 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