conda compare <file>
Compare packages between conda environments
Arguments
Name | Description |
---|
file | Path to the environment file that is to be compared against |
Options
Name | Description |
---|
-n, --name <Environment> | Name of environment |
-p, --prefix <path> | Full path to environment location (i.e. prefix) |
-h, --help | Show this help message and exit |
--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 |