Options (3)
-n, --namebooleanList packages in the named environment
Example:
conda list {{[-n|--name]}} {{environment}}-p, --prefixbooleanList packages installed in a given path
Example:
conda list {{[-p|--prefix]}} {{path/to/environment}}-e, --exportbooleanSave packages for future use
Example:
conda list {{[-e|--export]}} > {{path/to/package-list.txt}}Examples (5)
List all packages in the current environment
List packages in the named environment
conda list [-n|--name] environmentList packages installed in a given path
conda list [-p|--prefix] path/to/environmentFilter installed packages using `regex`
Save packages for future use
conda list [-e|--export] > path/to/package-list.txtmade by @shridhargupta | data from tldr-pages