Quitting dozens of the same process in OS X Terminal
- by Artur Sapek
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?