Убить процесс Python с помощью Bash
kill $(pgrep -f 'python test.py')
WitherredAway
kill $(pgrep -f 'python test.py')