compare_environments
Compare installed packages between two Python virtual environments by specifying their paths. Reveal version differences to help manage dependencies effectively.
Instructions
Compare installed packages between two virtual environments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env1 | Yes | First environment path. | |
| env2 | Yes | Second environment path. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env1 | Yes | ||
| env2 | Yes | ||
| identical | Yes | ||
| only_in_env1 | Yes | ||
| only_in_env2 | Yes | ||
| version_differences | Yes |