How to kill Python interpreter from the command line?

dmitrey dmitrey.kroshko at scipy.org
Fri May 9 06:22:51 EDT 2008


in addition to killall and kill funcs mentioned above you could be
interested in pkill
see "man pkill" from terminal for more details

pkill python

or

pkill pyt

or

pkill <desired_signal> py



More information about the Python-list mailing list