conda env list#

An alias for conda info --envs. Lists all conda environments.

usage: conda env list [-h] [--json] [--console {classic,json}] [-v] [-q]
                      [--size]

Named Arguments#

--size

Show conda-managed disk usage for each environment (excludes untracked files created after installation).

Output, Prompt, and Flow Control Options#

--json

Report all output as json. Suitable for using conda programmatically.

--console

Possible choices: classic, json

Select the backend to use for normal output rendering.

-v, --verbose

Can be used multiple times. Once for detailed output, twice for INFO logging, thrice for DEBUG logging, four times for TRACE logging.

-q, --quiet

Do not display progress bar.

Examples:

conda env list conda env list --json conda env list --size