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