pip config

Usage


pip config [<file-option>] list
pip config [<file-option>] [--editor <editor-path>] edit

pip config [<file-option>] get name
pip config [<file-option>] set name value
pip config [<file-option>] unset name

Description

Manage local and global configuration.

Options

--editor <editor>

Editor to use to edit the file. Uses VISUAL or EDITOR environment variables if not provided.

--global

Use the system-wide configuration file only

--user

Use the user configuration file only

--venv

Use the virtualenv configuration file only