1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00

Minor typo in the documentation index

This commit is contained in:
Jannis Leidel 2009-07-28 10:11:39 +02:00
parent 81a934f1d5
commit 5877907794

View file

@ -217,8 +217,8 @@ You can tell pip to do so by defining ``PIP_VIRTUALENV_BASE`` in your
environment and setting it to the same value as that of
``$WORKON_HOME``.
Do so by adding the line
Do so by adding the line::
export PIP_VIRTUALENV_BASE=$WORKON_HOME
in your .bashrc under the line starting with ``export WORKON_HOME``.
in your .bashrc under the line starting with ``export WORKON_HOME``.