Examples (7)
List all configuration values
pip config listShow configuration files and their values
pip config debugSet the value for a command option
pip config set command.option value --global|--user|--siteGet the value for a command option
pip config get command.option --global|--user|--siteUnset the value for a command option
pip config unset command.option --global|--user|--siteEdit the configuration file with the default editor
pip config edit --global|--user|--siteEdit the configuration file with a specific editor
pip config edit --global|--user|--site --editor path/to/editor_binarymade by @shridhargupta | data from tldr-pages