File: scripts.html

package info (click to toggle)
virtualenvwrapper 3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,140 kB
  • sloc: sh: 3,801; python: 991; makefile: 27
file content (394 lines) | stat: -rw-r--r-- 24,033 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    
    <title>ユーザカスタマイズ &mdash; virtualenvwrapper v3.4 documentation</title>
    <link rel="stylesheet" href="_static/nature.css" type="text/css" />
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
    <script type="text/javascript">
      var DOCUMENTATION_OPTIONS = {
        URL_ROOT:    '',
        VERSION:     '3.4',
        COLLAPSE_INDEX: false,
        FILE_SUFFIX: '.html',
        HAS_SOURCE:  true
      };
    </script>
    <script type="text/javascript" src="_static/jquery.js"></script>
    <script type="text/javascript" src="_static/underscore.js"></script>
    <script type="text/javascript" src="_static/doctools.js"></script>
    <link rel="top" title="virtualenvwrapper v3.4 documentation" href="index.html" />
    <link rel="up" title="virtualenvwrapper をカスタマイズする" href="hooks.html" />
    <link rel="next" title="virtualenvwrapper を拡張する" href="plugins.html" />
    <link rel="prev" title="virtualenvwrapper をカスタマイズする" href="hooks.html" /> 
  </head>
  <body>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="plugins.html" title="virtualenvwrapper を拡張する"
             accesskey="N">next</a></li>
        <li class="right" >
          <a href="hooks.html" title="virtualenvwrapper をカスタマイズする"
             accesskey="P">previous</a> |</li>
        <li><a href="index.html">virtualenvwrapper v3.4 documentation</a> &raquo;</li>
          <li><a href="hooks.html" accesskey="U">virtualenvwrapper をカスタマイズする</a> &raquo;</li> 
      </ul>
    </div>  

    <div class="document">
      <div class="documentwrapper">
        <div class="bodywrapper">
          <div class="body">
            
  <div class="section" id="scripts">
<span id="id1"></span><h1>ユーザカスタマイズ<a class="headerlink" href="#scripts" title="Permalink to this headline">¶</a></h1>
<p>エンドユーザのカスタマイズスクリプトは <em>読み込み</em> (シェル環境を変更できる) されるか、適切な条件で外部プログラムのように <em>実行</em> されるかのどちらかです。</p>
<p>全ての環境に適用されるグローバルスクリプトは、 <a class="reference internal" href="install.html#variable-virtualenvwrapper-hook-dir"><em>VIRTUALENVWRAPPER_HOOK_DIR</em></a> で指定したディレクトリに置きます。ローカルスクリプトは virtualenv の <tt class="docutils literal"><span class="pre">bin</span></tt> ディレクトリに置きます。</p>
<div class="section" id="get-env-details">
<span id="scripts-get-env-details"></span><h2>get_env_details<a class="headerlink" href="#get-env-details" title="Permalink to this headline">¶</a></h2>
<blockquote>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">グローバル/ローカル:</th><td class="field-body">両方</td>
</tr>
<tr class="field"><th class="field-name">引数:</th><td class="field-body">環境名</td>
</tr>
<tr class="field"><th class="field-name">読み込み/実行:</th><td class="field-body">実行</td>
</tr>
</tbody>
</table>
</blockquote>
<p><tt class="docutils literal"><span class="pre">$VIRTUALENVWRAPPER_HOOK_DIR/get_env_details</span></tt> は <tt class="docutils literal"><span class="pre">workon</span></tt> が引数無しで実行されるときに実行されます。そして、仮想環境のリストを表示します。仮想環境の名前が表示された後で、そのフックは環境毎に一度実行されて、その環境に関する追加情報を表示します。</p>
</div>
<div class="section" id="initialize">
<span id="scripts-initialize"></span><h2>initialize<a class="headerlink" href="#initialize" title="Permalink to this headline">¶</a></h2>
<blockquote>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">グローバル/ローカル:</th><td class="field-body">グローバル</td>
</tr>
<tr class="field"><th class="field-name">引数:</th><td class="field-body">無し</td>
</tr>
<tr class="field"><th class="field-name">読み込み/実行:</th><td class="field-body">読み込み</td>
</tr>
</tbody>
</table>
</blockquote>
<p>あなたの環境に <tt class="docutils literal"><span class="pre">virtualenvwrapper.sh</span></tt> を読み込むときに <tt class="docutils literal"><span class="pre">$VIRTUALENVWRAPPER_HOOK_DIR/initialize</span></tt> が読み込まれます。virtualenvwrapper が有効になるときにグローバルな設定を調整するために使用してください。</p>
</div>
<div class="section" id="premkvirtualenv">
<span id="scripts-premkvirtualenv"></span><h2>premkvirtualenv<a class="headerlink" href="#premkvirtualenv" title="Permalink to this headline">¶</a></h2>
<blockquote>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">グローバル/ローカル:</th><td class="field-body">グローバル</td>
</tr>
<tr class="field"><th class="field-name">引数:</th><td class="field-body">新しい環境名</td>
</tr>
<tr class="field"><th class="field-name">読み込み/実行:</th><td class="field-body">実行</td>
</tr>
</tbody>
</table>
</blockquote>
<p><tt class="docutils literal"><span class="pre">$VIRTUALENVWRAPPER_HOOK_DIR/premkvirtualenv</span></tt> は仮想環境が作成された後で外部プログラムのように実行されますが、カレントの環境が新しい環境へ切り替わる前に実行されます。そのスクリプトのカレントワークディレクトリは <tt class="docutils literal"><span class="pre">$WORKON_HOME</span></tt> で、そのスクリプトへの引数として新しい環境の名前が渡されます。</p>
</div>
<div class="section" id="postmkvirtualenv">
<span id="scripts-postmkvirtualenv"></span><h2>postmkvirtualenv<a class="headerlink" href="#postmkvirtualenv" title="Permalink to this headline">¶</a></h2>
<blockquote>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">グローバル/ローカル:</th><td class="field-body">グローバル</td>
</tr>
<tr class="field"><th class="field-name">引数:</th><td class="field-body">無し</td>
</tr>
<tr class="field"><th class="field-name">読み込み/実行:</th><td class="field-body">読み込み</td>
</tr>
</tbody>
</table>
</blockquote>
<p><tt class="docutils literal"><span class="pre">$VIRTUALENVWRAPPER_HOOK_DIR/postmkvirtualenv</span></tt> は、新しい環境が作成されてアクティブ化された後で読み込まれます。 <tt class="docutils literal"><span class="pre">-a</span></tt> &lt;project_path&gt; フラグを指定された場合、このスクリプトを読み込む前にプロジェクトディレクトリへのリンクを設定します。</p>
</div>
<div class="section" id="precpvirtualenv">
<span id="scripts-precpvirtualenv"></span><h2>precpvirtualenv<a class="headerlink" href="#precpvirtualenv" title="Permalink to this headline">¶</a></h2>
<blockquote>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">グローバル/ローカル:</th><td class="field-body">グローバル</td>
</tr>
<tr class="field"><th class="field-name">引数:</th><td class="field-body">オリジナルの環境名、新しい環境名</td>
</tr>
<tr class="field"><th class="field-name">読み込み/実行:</th><td class="field-body">実行</td>
</tr>
</tbody>
</table>
</blockquote>
<p><tt class="docutils literal"><span class="pre">$VIRTUALENVWRAPPER_HOOK_DIR/precpvirtualenv</span></tt> は元の環境が複製されて再配置可能になるときに外部プログラムのように実行されますが、 <tt class="docutils literal"><span class="pre">premkvirtualenv</span></tt> フックが実行される前、もしくはカレントの環境が新しい環境へ切り替わる前に実行されます。そのスクリプトのカレントワークディレクトリは <tt class="docutils literal"><span class="pre">$WORKON_HOME</span></tt> で、そのスクリプトへの引数として元の環境名と新しい環境名が渡されます。</p>
</div>
<div class="section" id="postcpvirtualenv">
<span id="scripts-postcpvirtualenv"></span><h2>postcpvirtualenv<a class="headerlink" href="#postcpvirtualenv" title="Permalink to this headline">¶</a></h2>
<blockquote>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">グローバル/ローカル:</th><td class="field-body">グローバル</td>
</tr>
<tr class="field"><th class="field-name">引数:</th><td class="field-body">無し</td>
</tr>
<tr class="field"><th class="field-name">読み込み/実行:</th><td class="field-body">読み込み</td>
</tr>
</tbody>
</table>
</blockquote>
<p><tt class="docutils literal"><span class="pre">$VIRTUALENVWRAPPER_HOOK_DIR/postcpvirtualenv</span></tt> は新しい環境が作成されてアクティブ化された後で読み込まれます。</p>
</div>
<div class="section" id="preactivate">
<span id="scripts-preactivate"></span><h2>preactivate<a class="headerlink" href="#preactivate" title="Permalink to this headline">¶</a></h2>
<blockquote>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">グローバル/ローカル:</th><td class="field-body">グローバル、ローカル</td>
</tr>
<tr class="field"><th class="field-name">引数:</th><td class="field-body">環境名</td>
</tr>
<tr class="field"><th class="field-name">読み込み/実行:</th><td class="field-body">実行</td>
</tr>
</tbody>
</table>
</blockquote>
<p>グローバルの <tt class="docutils literal"><span class="pre">$VIRTUALENVWRAPPER_HOOK_DIR/preactivate</span></tt> スクリプトは新しい仮想環境が有効になる前に実行されます。その環境名は1番目の引数として渡されます。</p>
<p>ローカルの <tt class="docutils literal"><span class="pre">$VIRTUAL_ENV/bin/preactivate</span></tt> フックは新しい仮想環境が有効になる前に実行されます。その環境名は1番目の引数として渡されます。</p>
</div>
<div class="section" id="postactivate">
<span id="scripts-postactivate"></span><h2>postactivate<a class="headerlink" href="#postactivate" title="Permalink to this headline">¶</a></h2>
<blockquote>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">グローバル/ローカル:</th><td class="field-body">グローバル、ローカル</td>
</tr>
<tr class="field"><th class="field-name">引数:</th><td class="field-body">無し</td>
</tr>
<tr class="field"><th class="field-name">読み込み/実行:</th><td class="field-body">読み込み</td>
</tr>
</tbody>
</table>
</blockquote>
<p>グローバルの <tt class="docutils literal"><span class="pre">$VIRTUALENVWRAPPER_HOOK_DIR/postactivate</span></tt> スクリプトは新しい仮想環境が有効になった後で読み込まれます。 <tt class="docutils literal"><span class="pre">$VIRTUAL_ENV</span></tt> はそのスクリプトが実行されるときに新しい環境を参照します。</p>
<p>このサンプルスクリプトは <tt class="docutils literal"><span class="pre">_OLD_VIRTUAL_PS1</span></tt> を使用して仮想環境の名前と古い PS1 名前の間にスペースを追加します。</p>
<div class="highlight-python"><div class="highlight"><pre><span class="n">PS1</span><span class="o">=</span><span class="s">&quot;(`basename </span><span class="se">\&quot;</span><span class="s">$VIRTUAL_ENV</span><span class="se">\&quot;</span><span class="s">`) $_OLD_VIRTUAL_PS1&quot;</span>
</pre></div>
</div>
<p>ローカルの <tt class="docutils literal"><span class="pre">$VIRTUAL_ENV/bin/postactivate</span></tt> スクリプトは新しい仮想環境が有効になった後で読み込まれます。 <tt class="docutils literal"><span class="pre">$VIRTUAL_ENV</span></tt> はそのスクリプトが実行されるときに新しい環境を参照します。</p>
<p>この PyMOTW 環境のサンプルは PyMOTW に含まれるソースツリーを参照して PATH 変数とカレントワークディレクトリを変更します。</p>
<div class="highlight-python"><pre>pymotw_root=/Users/dhellmann/Documents/PyMOTW
cd $pymotw_root
PATH=$pymotw_root/bin:$PATH</pre>
</div>
</div>
<div class="section" id="predeactivate">
<span id="scripts-predeactivate"></span><h2>predeactivate<a class="headerlink" href="#predeactivate" title="Permalink to this headline">¶</a></h2>
<blockquote>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">グローバル/ローカル:</th><td class="field-body">グローバル、ローカル</td>
</tr>
<tr class="field"><th class="field-name">引数:</th><td class="field-body">無し</td>
</tr>
<tr class="field"><th class="field-name">読み込み/実行:</th><td class="field-body">読み込み</td>
</tr>
</tbody>
</table>
</blockquote>
<p>ローカルの <tt class="docutils literal"><span class="pre">$VIRTUAL_ENV/bin/predeactivate</span></tt> スクリプトはカレントの仮想環境が非アクティブ化される前に読み込まれます。そして、あなたの環境の設定をクリアしたり、無効にするために使用されます。 <tt class="docutils literal"><span class="pre">$VIRTUAL_ENV</span></tt> はそのスクリプトが実行されるときに古い環境を参照します。</p>
<p>グローバルの <tt class="docutils literal"><span class="pre">$VIRTUALENVWRAPPER_HOOK_DIR/predeactivate</span></tt> スクリプトはカレントの仮想環境が非アクティブ化される前に読み込まれます。 <tt class="docutils literal"><span class="pre">$VIRTUAL_ENV</span></tt> はそのスクリプトが実行されるときに古い環境を参照します。</p>
</div>
<div class="section" id="postdeactivate">
<span id="scripts-postdeactivate"></span><h2>postdeactivate<a class="headerlink" href="#postdeactivate" title="Permalink to this headline">¶</a></h2>
<blockquote>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">グローバル/ローカル:</th><td class="field-body">グローバル、ローカル</td>
</tr>
<tr class="field"><th class="field-name">引数:</th><td class="field-body">無し</td>
</tr>
<tr class="field"><th class="field-name">読み込み/実行:</th><td class="field-body">読み込み</td>
</tr>
</tbody>
</table>
</blockquote>
<p><tt class="docutils literal"><span class="pre">$VIRTUAL_ENV/bin/postdeactivate</span></tt> スクリプトはカレントの仮想環境が非アクティブ化される前に読み込まれます。そして、あなたの環境の設定をクリアしたり、無効にするために使用されます。非アクティブ化される環境へのパスは <tt class="docutils literal"><span class="pre">$VIRTUALENVWRAPPER_LAST_VIRTUALENV</span></tt> でのみ有効です。</p>
</div>
<div class="section" id="prermvirtualenv">
<span id="scripts-prermvirtualenv"></span><h2>prermvirtualenv<a class="headerlink" href="#prermvirtualenv" title="Permalink to this headline">¶</a></h2>
<blockquote>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">グローバル/ローカル:</th><td class="field-body">グローバル</td>
</tr>
<tr class="field"><th class="field-name">引数:</th><td class="field-body">環境名</td>
</tr>
<tr class="field"><th class="field-name">読み込み/実行:</th><td class="field-body">実行</td>
</tr>
</tbody>
</table>
</blockquote>
<p><tt class="docutils literal"><span class="pre">$VIRTUALENVWRAPPER_HOOK_DIR/prermvirtualenv</span></tt> スクリプトは仮想環境が削除される前に外部コマンドのように実行されます。そのスクリプトへの引数としてその環境のディレクトリに対するフルパスが渡されます。</p>
</div>
<div class="section" id="postrmvirtualenv">
<span id="scripts-postrmvirtualenv"></span><h2>postrmvirtualenv<a class="headerlink" href="#postrmvirtualenv" title="Permalink to this headline">¶</a></h2>
<blockquote>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">グローバル/ローカル:</th><td class="field-body">グローバル</td>
</tr>
<tr class="field"><th class="field-name">引数:</th><td class="field-body">環境名</td>
</tr>
<tr class="field"><th class="field-name">読み込み/実行:</th><td class="field-body">実行</td>
</tr>
</tbody>
</table>
</blockquote>
<p><tt class="docutils literal"><span class="pre">$VIRTUALENVWRAPPER_HOOK_DIR/postrmvirtualenv</span></tt> スクリプトは仮想環境が削除された後で外部コマンドのように実行されます。そのスクリプトへの引数としてその環境のディレクトリに対するフルパスが渡されます。</p>
</div>
<div class="section" id="premkproject">
<span id="scripts-premkproject"></span><h2>premkproject<a class="headerlink" href="#premkproject" title="Permalink to this headline">¶</a></h2>
<blockquote>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">グローバル/ローカル:</th><td class="field-body">グローバル</td>
</tr>
<tr class="field"><th class="field-name">引数:</th><td class="field-body">新しいプロジェクト名</td>
</tr>
<tr class="field"><th class="field-name">読み込み/実行:</th><td class="field-body">実行</td>
</tr>
</tbody>
</table>
</blockquote>
<p><tt class="docutils literal"><span class="pre">$WORKON_HOME/premkproject</span></tt> は、仮想環境が作成されてカレントの環境が新しい環境を指すように切り替わった後で、外部プログラムとして実行されます。
但し、そのタイミングは新しいプロジェクトディレクトリが作成される前です。
このスクリプトのカレントのワークディレクトリは <tt class="docutils literal"><span class="pre">$PROJECT_HOME</span></tt> となり、新しいプロジェクト名がこのスクリプトの引数として渡されます。</p>
</div>
<div class="section" id="postmkproject">
<span id="scripts-postmkproject"></span><h2>postmkproject<a class="headerlink" href="#postmkproject" title="Permalink to this headline">¶</a></h2>
<blockquote>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field"><th class="field-name">グローバル/ローカル:</th><td class="field-body">グローバル</td>
</tr>
<tr class="field"><th class="field-name">引数:</th><td class="field-body">無し</td>
</tr>
<tr class="field"><th class="field-name">読み込み/実行:</th><td class="field-body">読み込み</td>
</tr>
</tbody>
</table>
</blockquote>
<p><tt class="docutils literal"><span class="pre">$WORKON_HOME/postmkproject</span></tt> は、新しい環境とプロジェクトディレクトリが作成されて virtualenv がアクティブ化された後で読み込まれます。カレントのワークディレクトリはプロジェクトディレクトリです。</p>
</div>
</div>


          </div>
        </div>
      </div>
      <div class="sphinxsidebar">
        <div class="sphinxsidebarwrapper">
  <h3><a href="index.html">Table Of Contents</a></h3>
  <ul>
<li><a class="reference internal" href="#">ユーザカスタマイズ</a><ul>
<li><a class="reference internal" href="#get-env-details">get_env_details</a></li>
<li><a class="reference internal" href="#initialize">initialize</a></li>
<li><a class="reference internal" href="#premkvirtualenv">premkvirtualenv</a></li>
<li><a class="reference internal" href="#postmkvirtualenv">postmkvirtualenv</a></li>
<li><a class="reference internal" href="#precpvirtualenv">precpvirtualenv</a></li>
<li><a class="reference internal" href="#postcpvirtualenv">postcpvirtualenv</a></li>
<li><a class="reference internal" href="#preactivate">preactivate</a></li>
<li><a class="reference internal" href="#postactivate">postactivate</a></li>
<li><a class="reference internal" href="#predeactivate">predeactivate</a></li>
<li><a class="reference internal" href="#postdeactivate">postdeactivate</a></li>
<li><a class="reference internal" href="#prermvirtualenv">prermvirtualenv</a></li>
<li><a class="reference internal" href="#postrmvirtualenv">postrmvirtualenv</a></li>
<li><a class="reference internal" href="#premkproject">premkproject</a></li>
<li><a class="reference internal" href="#postmkproject">postmkproject</a></li>
</ul>
</li>
</ul>

  <h4>Previous topic</h4>
  <p class="topless"><a href="hooks.html"
                        title="previous chapter">virtualenvwrapper をカスタマイズする</a></p>
  <h4>Next topic</h4>
  <p class="topless"><a href="plugins.html"
                        title="next chapter">virtualenvwrapper を拡張する</a></p>
  <h3>This Page</h3>
  <ul class="this-page-menu">
    <li><a href="_sources/scripts.txt"
           rel="nofollow">Show Source</a></li>
  </ul>
<div id="searchbox" style="display: none">
  <h3>Quick search</h3>
    <form class="search" action="search.html" method="get">
      <input type="text" name="q" size="18" />
      <input type="submit" value="Go" />
      <input type="hidden" name="check_keywords" value="yes" />
      <input type="hidden" name="area" value="default" />
    </form>
    <p class="searchtip" style="font-size: 90%">
    Enter search terms or a module, class or function name.
    </p>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
        </div>
      </div>
      <div class="clearer"></div>
    </div>
    <div class="related">
      <h3>Navigation</h3>
      <ul>
        <li class="right" style="margin-right: 10px">
          <a href="plugins.html" title="virtualenvwrapper を拡張する"
             >next</a></li>
        <li class="right" >
          <a href="hooks.html" title="virtualenvwrapper をカスタマイズする"
             >previous</a> |</li>
        <li><a href="index.html">virtualenvwrapper v3.4 documentation</a> &raquo;</li>
          <li><a href="hooks.html" >virtualenvwrapper をカスタマイズする</a> &raquo;</li> 
      </ul>
    </div>
    <div class="footer">
        &copy; Copyright 2009-2011, Doug Hellmann.
      Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.5.
    </div>
  </body>
</html>