要取消conda的默认启动,你可以按照以下步骤进行操作: 打开终端。 输入命令: conda config –set auto_activate_base false 。 这将把auto_activate_base参数设置为false,从而取消conda的默认启动。