I\'ve searched in a lot of places but I can\'t seem to get the keywords correct. I have a stalling process in Python in Sublime that causes the beachball of death on a Mac. I ca
If you are a mac or linux user, you can kill all python processes by killall
command.
killall -9 Python
Quick Access
You may later add as an alias to the bash_profile script and run the same code by calling killpython
.
nano ~/.bash_profile
Add this line as alias.
alias killpython='killall -9 Python; echo "killed all snakes