Kill python interpeter in linux from the terminal

前端 未结 7 629
情话喂你
情话喂你 2021-01-30 05:23

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

相关标签:
7条回答
  • 2021-01-30 05:52

    You can try the killall command:

    killall python

    0 讨论(0)
提交回复
热议问题