@@ -66,11 +66,15 @@ Quick-Start
66665. Run: ``workon ``
67676. This time, the ``temp `` environment is included.
6868
69- Customization
69+ Configuration
7070=============
7171
72- WORKON_HOME
73- -----------
72+ virtualenvwrapper can be customized by changing environment
73+ variables. Set the variables in your shell startup file *before *
74+ loading ``virtualenvwrapper.sh ``.
75+
76+ Location of Environments
77+ ------------------------
7478
7579The variable ``WORKON_HOME `` tells virtualenvwrapper where to place
7680your virtual environments. The default is ``$HOME/.virtualenvs ``. If
@@ -79,20 +83,20 @@ be created automatically.
7983
8084.. _variable-VIRTUALENVWRAPPER_HOOK_DIR :
8185
82- VIRTUALENVWRAPPER_HOOK_DIR
83- --------------------------
86+ Location of Hook Scripts
87+ ------------------------
8488
8589The variable ``VIRTUALENVWRAPPER_HOOK_DIR `` tells virtualenvwrapper
86- where the user-defined hooks should be placed. The default is
87- ``$WORKON_HOME ``.
90+ where the :ref: ` user-defined hooks < scripts >` should be placed. The
91+ default is ``$WORKON_HOME ``.
8892
8993.. _variable-VIRTUALENVWRAPPER_LOG_DIR :
9094
91- VIRTUALENVWRAPPER_LOG_DIR
92- -------------------------
95+ Location of Hook Logs
96+ ---------------------
9397
9498The variable ``VIRTUALENVWRAPPER_LOG_DIR `` tells virtualenvwrapper
95- where the user-defined logs should be written. The default is
99+ where the logs for the hook loader should be written. The default is
96100``$WORKON_HOME ``.
97101
98102.. _variable-VIRTUALENVWRAPPER_VIRTUALENV :
0 commit comments