ps -elf | grep python kill -9 <whatever_the_PID_is>
pkill -9 python
import os os.system("taskkill /im make.exe")