pip-config
TLDR
List configuration
SYNOPSIS
pip config command [options]
DESCRIPTION
pip config manages pip's configuration files. Configure index URLs, trusted hosts, and other pip settings. Settings can be per-user, site-wide, or global.
PARAMETERS
list
List active configuration.get key
Get configuration value.set key value
Set configuration value.unset key
Remove configuration value.edit
Edit config file in editor.debug
Show configuration files and values.--global
Use global configuration file.--user
Use user configuration file.--site
Use site configuration file.
SEE ALSO
pip(1)
