We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b4ee83 commit eddd6ddCopy full SHA for eddd6dd
docs/html/topics/configuration.md
@@ -29,11 +29,10 @@ complexity for backwards compatibility reasons.
29
```{tab} Unix
30
31
Global
32
-: {file}`/etc/pip.conf`
+: In a "pip" subdirectory of any of the paths set in the environment variable
33
+ `XDG_CONFIG_DIRS` (if it exists), for example {file}`/etc/xdg/pip/pip.conf`.
34
- Alternatively, it may be in a "pip" subdirectory of any of the paths set
35
- in the environment variable `XDG_CONFIG_DIRS` (if it exists), for
36
- example {file}`/etc/xdg/pip/pip.conf`.
+ This will be followed by loading {file}`/etc/pip.conf`.
37
38
User
39
: {file}`$HOME/.config/pip/pip.conf`, which respects the `XDG_CONFIG_HOME` environment variable.
0 commit comments