conda list [regex]
List linked packages in a conda environment
Arguments
Name | Description |
---|
regex | List only packages matching this regular expression |
Options
Name | Description |
---|
--show-channel-urls | Show channel urls. Overrides the value given by conda config --show show_channel_urls |
-c, --canonical | Output canonical names of packages only. Implies --no-pip |
-f, --full-name | Only search for full names, i.e., ^<regex>$ |
--explicit | List explicitly all installed conda packaged with URL (output may be used by conda create --file) |
--md5 | Add MD5 hashsum when using --explicit |
-e, --export | Output requirement string only (output may be used by conda create --file) |
-r, --revisions | List the revision history and exit |
--no-pip | Do not include pip-only installed packages |
-n, --name <Environment> | Name of environment |
-p, --prefix <path> | Full path to environment location (i.e. prefix) |
--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 |