Quitting dozens of the same process in OS X Terminal
Posted
by
Artur Sapek
on Super User
See other posts from Super User
or by Artur Sapek
Published on 2011-10-29T17:43:19Z
Indexed on
2011/11/13
9:56 UTC
Read the original article
Hit count: 505
Whenever I'm testing a python class I'm working on, I initiate and re-initiate python a lot to refresh the updates I make to the code. When I close the Terminal window later, I get a window that says I am about to quit a LOT of running instances of python.
Is this a bug on terminal's part, or am I really running all those? I Ctrl-Z out of it each time but it always says
[8]+ Stopped Python
where the 8 is incremental and often gets into the 20's and 30's. Am I doing something stupid?
© Super User or respective owner