commands.sh

pip config

all

Manage local and global configuration for pip.

More info →

Examples (7)

List all configuration values

Show configuration files and their values

Set the value for a command option

pip config set command.option value --global|--user|--site

Get the value for a command option

pip config get command.option --global|--user|--site

Unset the value for a command option

pip config unset command.option --global|--user|--site

Edit the configuration file with the default editor

pip config edit --global|--user|--site

Edit the configuration file with a specific editor

pip config edit --global|--user|--site --editor path/to/editor_binary
made by @shridhargupta | data from tldr-pages