pip-debug
Display pip environment debugging information
TLDR
Show debug information
$ pip debug
Show verbose debug info$ pip debug --verbose
SYNOPSIS
pip debug [options]
DESCRIPTION
pip debug displays debugging information about pip installation and environment. Shows pip version, Python version, implementation, and system details useful for troubleshooting.
PARAMETERS
--verbose
Show detailed information.
SEE ALSO
pip(1), pip-config(1)
