@@ -66,11 +66,15 @@ Quick-Start
66
66
5. Run: ``workon ``
67
67
6. This time, the ``temp `` environment is included.
68
68
69
- Customization
69
+ Configuration
70
70
=============
71
71
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
+ ------------------------
74
78
75
79
The variable ``WORKON_HOME `` tells virtualenvwrapper where to place
76
80
your virtual environments. The default is ``$HOME/.virtualenvs ``. If
@@ -79,20 +83,20 @@ be created automatically.
79
83
80
84
.. _variable-VIRTUALENVWRAPPER_HOOK_DIR :
81
85
82
- VIRTUALENVWRAPPER_HOOK_DIR
83
- --------------------------
86
+ Location of Hook Scripts
87
+ ------------------------
84
88
85
89
The 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 ``.
88
92
89
93
.. _variable-VIRTUALENVWRAPPER_LOG_DIR :
90
94
91
- VIRTUALENVWRAPPER_LOG_DIR
92
- -------------------------
95
+ Location of Hook Logs
96
+ ---------------------
93
97
94
98
The 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
96
100
``$WORKON_HOME ``.
97
101
98
102
.. _variable-VIRTUALENVWRAPPER_VIRTUALENV :
0 commit comments