I have a number of scripts and processes that fire them on an Ubuntu server. Using top indicates that python is executing something, but there's no way of telling which script is being executed with the output from top unless i'm mistaken.
Is there a way to check the path to the script file(s) currently being executed by the python interpreter?