conda info
Display information about current conda install
Options
Name | Description |
---|---|
-a, --all | Show all information |
--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 |
--json | Report all output as json. Suitable for using conda programmatically |
-v, --verbose | Use once for info, twice for debug, three times for trace |
-q, --quiet | Do not display progress bar |