1PIP-CONFIG(1)                         pip                        PIP-CONFIG(1)
2
3
4

NAME

6       pip-config - description of pip config command
7

DESCRIPTION

9       Manage local and global configuration.
10          Subcommands:
11
12          list:  List  the  active  configuration (or from the file specified)
13          edit: Edit the configuration file in an editor get:  Get  the  value
14          associated  with name set: Set the name=value unset: Unset the value
15          associated with name
16
17          If none of --user, --global and --site are passed, a  virtual  envi‐
18          ronment  configuration  file  is  used if one is active and the file
19          exists. Otherwise, all modifications happen on the to the user  file
20          by default.
21
22

USAGE

24          pip config [<file-option>] list
25          pip config [<file-option>] [--editor <editor-path>] edit
26
27          pip config [<file-option>] get name
28          pip config [<file-option>] set name value
29          pip config [<file-option>] unset name
30

OPTIONS

32       --editor <editor>
33              Editor  to  use to edit the file. Uses VISUAL or EDITOR environ‐
34              ment variables if not provided.
35
36       --global
37              Use the system-wide configuration file only
38
39       --user Use the user configuration file only
40
41       --site Use the current environment configuration file only
42
43

AUTHOR

45       pip developers
46
48       2008-2020, PyPA
49
50
51
52
5319.3                            April 10, 2020                   PIP-CONFIG(1)
Impressum