Skip to content

Commit 343667c

Browse files
committed
Merged in erilem/virtualenvwrapper/user-scheme-installation (pull request #38)
Change install docs to use --user
2 parents 028fc3b + 2401e01 commit 343667c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@ or::
104104

105105
An alternative to installing it into the global site-packages is to
106106
add it to `your user local directory
107-
<http://docs.python.org/install/index.html#alternate-installation-the-home-scheme>`__
107+
<http://docs.python.org/install/index.html#alternate-installation-the-user-scheme>`__
108108
(usually `~/.local`).
109109

110110
::
111111

112-
$ pip install --install-option="--user" virtualenvwrapper
112+
$ pip install --user virtualenvwrapper
113113

114114
.. _install-shell-config:
115115

0 commit comments

Comments
 (0)