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.
2 parents 2433cc5 + 20f0c9c commit 25b92acCopy full SHA for 25b92ac
docs/dev/pip-virtualenv.rst
@@ -51,7 +51,7 @@ can be found at:
51
52
.. code-block:: console
53
54
- %HOME%\pip\pip.ini
+ %USERPROFILE%\pip\pip.ini
55
56
If you don't have a :file:`pip.conf` or :file:`pip.ini` file at these locations,
57
you can create a new file with the correct name for your operating system.
@@ -122,7 +122,7 @@ add the following line to your :file:`pip.ini` file under ``[global]`` settings:
122
123
124
125
- download-cache = %HOME%\pip\cache
+ download-cache = %USERPROFILE%\pip\cache
126
127
Similarly, on Unix systems you should simply add the following line to your
128
:file:`pip.conf` file under ``[global]`` settings:
0 commit comments