conda compare
Compare packages between conda environments.
Options:
usage: conda compare [-h] [--json] [-v] [-q] [-n ENVIRONMENT | -p PATH] file
Positional Arguments
- file
Path to the environment file that is to be compared against.
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.
Target Environment Specification
- -n, --name
Name of environment.
- -p, --prefix
Full path to environment location (i.e. prefix).
- conda commands available from other packages:
doctor - A subcommand that displays environment health report