snippetbashTip
conda info — Display details about the conda installation. More information: <https://docs.conda.io/projects/cond
Viewed 0 times
thecommandcondadetailscliaboutconda infodisplay
Problem
How to use the
conda info command: Display details about the conda installation. More information: <https://docs.conda.io/projects/conda/en/latest/commands/info.html>.Solution
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 --baseList all conda environments:
conda info {{[-e|--envs]}}List environment variables:
conda info {{[-s|--system]}}Display list of channels with tokens exposed:
conda info --unsafe-channelsCode Snippets
Show all information
conda info {{[-a|--all]}}Display base environment path
conda info --baseList all conda environments
conda info {{[-e|--envs]}}List environment variables
conda info {{[-s|--system]}}Display list of channels with tokens exposed
conda info --unsafe-channelsContext
tldr-pages: common/conda info
Revisions (0)
No revisions yet.