main_list#

已弃用:请改用 conda.cli.main_env_list

用于 conda-env list 的 CLI 实现。

列出可用的 conda 环境。

description = 多行字符串#
显示值
"""
List the Conda environments
"""
example = 多行字符串#
显示值
"""
examples:
    conda env list
    conda env list --json
"""