25 lines
466 B
Markdown
Raw Normal View History

# conda info
> Display details about the conda installation.
> More information: <https://docs.conda.io/projects/conda/en/latest/commands/info.html>.
- Show all information:
`conda info {{[-a|--all]}}`
- Display base environment path:
`conda info --base`
- List all conda environments:
`conda info {{[-e|--envs]}}`
- List environment variables:
`conda info {{[-s|--system]}}`
- Display list of channels with tokens exposed:
`conda info --unsafe-channels`