# using Ubuntu ps -aux | grep "python" # will give you the list of python process running
pgrep -af python