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 -9 python
should kill any running python process.