I want to kill python interpeter - The intention is that all the python files that are running in this moment will stop (without any informantion about this files). obviously th
pkill with script path
pkill
pkill -9 -f path/to/my_script.py
is a short and selective method that is more likely to only kill the interpreter running a given script.
See also: https://unix.stackexchange.com/questions/31107/linux-kill-process-based-on-arguments