commands.sh

conda compare

all

Compare packages between conda environments.

More info →

Options (3)

-n, --nameboolean

Compare packages in environment named `myenv` to packages from the file `file.yml`

Example: conda compare {{[-n|--name]}} myenv {{path/to/file.yml}}
-p, --prefixboolean

Compare packages in environment `myenv` at custom path (i.e. prefix) to packages from the file `file.yml`

Example: conda compare {{[-p|--prefix]}} {{path/to/myenv}} {{path/to/file.yml}}
-h, --helpboolean

Display help

Example: conda compare {{[-h|--help]}}

Examples (4)

Compare packages in the current directory to packages from the file `file.yml`

conda compare file.yml

Compare packages in environment named `myenv` to packages from the file `file.yml`

conda compare [-n|--name] myenv path/to/file.yml

Compare packages in environment `myenv` at custom path (i.e. prefix) to packages from the file `file.yml`

conda compare [-p|--prefix] path/to/myenv path/to/file.yml

Display help

conda compare [-h|--help]
made by @shridhargupta | data from tldr-pages