commands.sh

conda info

all

Display details about the conda installation.

More info →

Options (3)

-a, --allboolean

Show all information

Example: conda info {{[-a|--all]}}
-e, --envsboolean

List all conda environments

Example: conda info {{[-e|--envs]}}
-s, --systemboolean

List environment variables

Example: conda info {{[-s|--system]}}

Examples (5)

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
made by @shridhargupta | data from tldr-pages