conda env list

List the Conda environments

usage: conda env list [-h] [--json] [-v] [-q]

Output, Prompt, and Flow Control Options

--json

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

-v, --verbose

Can be used multiple times. Once for INFO, twice for DEBUG, three times for TRACE.

-q, --quiet

Do not display progress bar.

examples:

conda env list conda env list --json