批量清理进程

ps -ef | grep python | grep -v grep | awk '{print $2}' | xargs kill -9