sudo pkill python sudo pgrep python
sudo pkill -9 python
ps -elf | grep python kill -9 <whatever_the_PID_is>