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:
parent
81a934f1d5
commit
5877907794
1 changed files with 2 additions and 2 deletions
|
@ -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``.
|
||||
|
|
Loading…
Reference in a new issue