Answers for "how to check if a python script is running"

1

how to check if a python script is running

# using Ubuntu
ps -aux | grep "python"  # will give you the list of python process running
Posted by: Guest on August-21-2021

Code answers related to "how to check if a python script is running"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language