你的环境变量设置将系统的 /bin 和 /usr/bin 提前加到 PATH 中 这可能导致 python 命令首先解析到系统默认的 Python,而不是 Conda 虚拟环境的 Python。 未解决