Answers for "run python script in background server"

0

nohup python command for linux

nohup python3.7 main.py &
Posted by: Guest on January-11-2021
1

how to make a python file run in the background

#Cmd
C:..>cd DIRECTORY
C:..DIRECTORY>pythonw python.py
#Close in Task Manager
Posted by: Guest on December-17-2020

Code answers related to "run python script in background server"

Python Answers by Framework

Browse Popular Code Answers by Language