Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to check if a python script is running

# using Ubuntu
ps -aux | grep "python"  # will give you the list of python process running
 
PREVIOUS NEXT
Tagged: #check #python #script #running
ADD COMMENT
Topic
Name
9+6 =