Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/html/topics/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ User
The legacy "per-user" configuration file is also loaded, if it exists: {file}`$HOME/.pip/pip.conf`.

Site
: {file}`$VIRTUAL_ENV/pip.conf`
: {file}`$VIRTUAL_ENV/pip.conf`, or the Pip/Python installation directory if not in a virtual environment (`pip --version`)
```

```{tab} MacOS
Expand All @@ -68,7 +68,7 @@ User
The legacy "per-user" configuration file is also loaded, if it exists: {file}`$HOME/.pip/pip.conf`.

Site
: {file}`$VIRTUAL_ENV/pip.conf`
: {file}`$VIRTUAL_ENV/pip.conf`, or the Pip/Python installation directory if not in a virtual environment (`pip --version`)
```

```{tab} Windows
Expand All @@ -86,7 +86,7 @@ User
The legacy "per-user" configuration file is also loaded, if it exists: {file}`%HOME%\\pip\\pip.ini`

Site
: {file}`%VIRTUAL_ENV%\\pip.ini`
: {file}`%VIRTUAL_ENV%\\pip.ini`, or the Pip/Python installation directory if not in a virtual environment (`pip --version`)
```

### `PIP_CONFIG_FILE`
Expand Down
Loading