Tech How to kill all python processes that an user executed simultaniously kevin-tofu December 7, 2023 1 min read ps -u kevin | grep python | awk '{print $1}' | xargs kill Continue Reading Previous Previous post: Asynchronous Advantage Actor-CriticNext Next post: Correspondence of Quantum Machine Learning and Subroutines Related News Gauss–Legendre Integration In FEA Gauss–Legendre Integration In FEA How to avoid other arg parsing function using argparse How to avoid other arg parsing function using argparse Handling Mini-Conda with PyEnv Handling Mini-Conda with PyEnv See Statistics of Your Python Package See Statistics of Your Python Package