conda list
List installed packages in a conda environment.
Options:
usage: conda list [-h] [-n ENVIRONMENT | -p PATH] [--json] [-v] [-q]
[--show-channel-urls] [--reverse] [-c] [-f] [--explicit]
[--md5] [-e] [-r] [--no-pip]
[regex]
Positional Arguments
- regex
List only packages matching this regular expression.
options
- --show-channel-urls
Show channel urls. Overrides the value given by conda config --show show_channel_urls.
- --reverse
List installed packages in reverse order.
- -c, --canonical
Output canonical names of packages only.
- -f, --full-name
Only search for full names, i.e., ^<regex>$. --full-name NAME is identical to regex '^NAME$'.
- --explicit
List explicitly all installed conda packages with URL (output may be used by conda create --file).
- --md5
Add MD5 hashsum when using --explicit.
- -e, --export
Output explicit, machine-readable requirement strings instead of human-readable lists of packages. This output may be used by conda create --file.
- -r, --revisions
List the revision history.
- --no-pip
Do not include pip-only installed packages.
Target Environment Specification
- -n, --name
Name of environment.
- -p, --prefix
Full path to environment location (i.e. prefix).
Output, Prompt, and Flow Control Options
- --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.
- conda commands available from other packages:
doctor - A subcommand that displays environment health report