conda info#
Display information about current conda install.
usage: conda info [-h] [--json] [-v] [-q] [-a] [--base] [-e] [-s]
                  [--unsafe-channels]
Named Arguments#
- -a, --all
- --all is pending deprecation and will be removed in 24.9. Use --verbose instead. 
- --base
- Display base environment path. 
- -e, --envs
- List all known conda environments. 
- -s, --system
- List environment variables. 
- --unsafe-channels
- Display list of channels with tokens exposed. 
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 detailed output, twice for INFO logging, thrice for DEBUG logging, four times for TRACE logging. 
- -q, --quiet
- Do not display progress bar.