View processes that are currently running python

 

ps -ef |grep Python

kill -9 pid
 

Reproduced in: https: //www.cnblogs.com/zhangchenliang/p/8250391.html

Guess you like

Origin blog.csdn.net/weixin_34319640/article/details/93495602