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 028fc3b + 2401e01 commit 343667cCopy full SHA for 343667c
docs/source/install.rst
@@ -104,12 +104,12 @@ or::
104
105
An alternative to installing it into the global site-packages is to
106
add it to `your user local directory
107
-<http://docs.python.org/install/index.html#alternate-installation-the-home-scheme>`__
+<http://docs.python.org/install/index.html#alternate-installation-the-user-scheme>`__
108
(usually `~/.local`).
109
110
::
111
112
- $ pip install --install-option="--user" virtualenvwrapper
+ $ pip install --user virtualenvwrapper
113
114
.. _install-shell-config:
115
0 commit comments