查看当前正在运行的进程 ps aux 例如: ps aux | grep "python3 server.py" ps aux | grep "python -m http.server 80" source .venv/bin/activate python -m app.main