ps -ef | grep download_videos_task.py | grep -v grep | awk '{print $2}' | xargs kill -9 cd /data/aigc-test source activate whisper python download_videos_task.py conda deactivate