kill pythonall code example Example 1: linux kill python ps -elf | grep python kill -9 <whatever_the_PID_is> Example 2: kill python pkill -9 python