commands.sh

pip inspect

all

Inspect the Python environment and produce a report in JSON format.

More info →

Options (1)

-v, --verboseboolean

Inspect with verbose output (Note: the `-v` flag can be repeated to increase verbosity)

Example: pip inspect {{[-v|--verbose]}}

Examples (6)

Inspect the current environment

Inspect and save output to a file

pip inspect > environment_report.json

Inspect only locally installed packages (not global)

pip inspect --local

Inspect only user-installed packages

Inspect packages in a specific path

pip inspect --path path/to/environment

Inspect with verbose output (Note: the `-v` flag can be repeated to increase verbosity)

pip inspect [-v|--verbose]
made by @shridhargupta | data from tldr-pages