Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions docs/changelog/1149.doc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix doubled backslashes in the Windows pip config path (``%APPDATA%\pip\pip.ini``) in the docs - by :user:`aroh3006`
2 changes: 1 addition & 1 deletion docs/how-to/corporate-environments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ On Linux/macOS (``~/.config/pip/pip.conf``):
trusted-host = pypi.company.com
cert = /path/to/company-ca-bundle.crt

On Windows (``%APPDATA%\\pip\\pip.ini``):
On Windows (``%APPDATA%\pip\pip.ini``):

.. code-block:: ini

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/environment-variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ This is convenient if you always use the same settings.

**Linux/macOS**: ``~/.config/pip/pip.conf``

**Windows**: ``%APPDATA%\\pip\\pip.ini``
**Windows**: ``%APPDATA%\pip\pip.ini``

Example configuration:

Expand Down
Loading