LinuxCommandLibrary

conda-info

installation information display

TLDR

Show conda information

$ conda info
copy
List all environments
$ conda info --envs
copy
Show base environment info
$ conda info --base
copy
Show info in JSON format
$ conda info --json
copy
Show info about a package
$ conda info [package_name]
copy

SYNOPSIS

conda info [options] [packages...]

DESCRIPTION

conda info displays information about the current conda installation, including version, configuration, channels, and environment locations.
When a package name is provided, shows information about that package.

PARAMETERS

-e, --envs

List all known conda environments.
--base
Display base environment path.
--json
Output in JSON format.
-s, --system
List environment variables.

CONFIGURATION

~/.condarc

User-level conda configuration for channels, package settings, and solver options.
/opt/conda/.condarc
System-wide conda configuration.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community