~ubuntu-branches/ubuntu/trusty/virtualenvwrapper/trusty-proposed

« back to all changes in this revision

Viewing changes to docs/html/ja/tips.html

  • Committer: Package Import Robot
  • Author(s): Jan Dittberner
  • Date: 2012-05-17 14:24:08 UTC
  • mfrom: (1.2.15)
  • Revision ID: package-import@ubuntu.com-20120517142408-5dexv6w1cldbzx3j
Tags: 3.3-1
* New upstream version
* change Build-Depends for dh_sphinxdoc to python-sphinx (>=
  1.0.7+dfsg) | python3-sphinx
* bump Standards-Version to 3.9.3 (no changes)
* refresh debian/patches/debianspecific-setup.py.patch
* use symlinks for duplicated ajax-loader.gif
* Fix "FTBFS if built twice in a row: virtualenvwrapper/__init__.pyc:
  binary file contents changed" by removing *.pyc in clean target
  (Closes: #641735)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
  <head>
7
7
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
8
8
    
9
 
    <title>Tips とトリック &mdash; virtualenvwrapper v2.11 documentation</title>
 
9
    <title>Tips とトリック &mdash; virtualenvwrapper v3.3 documentation</title>
10
10
    <link rel="stylesheet" href="_static/nature.css" type="text/css" />
11
11
    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
12
12
    <script type="text/javascript">
13
13
      var DOCUMENTATION_OPTIONS = {
14
14
        URL_ROOT:    '',
15
 
        VERSION:     '2.11',
 
15
        VERSION:     '3.3',
16
16
        COLLAPSE_INDEX: false,
17
17
        FILE_SUFFIX: '.html',
18
18
        HAS_SOURCE:  true
21
21
    <script type="text/javascript" src="_static/jquery.js"></script>
22
22
    <script type="text/javascript" src="_static/underscore.js"></script>
23
23
    <script type="text/javascript" src="_static/doctools.js"></script>
24
 
    <link rel="top" title="virtualenvwrapper v2.11 documentation" href="index.html" />
 
24
    <link rel="top" title="virtualenvwrapper v3.3 documentation" href="index.html" />
25
25
    <link rel="next" title="開発者向け" href="developers.html" />
26
 
    <link rel="prev" title="virtualenvwrapper を拡張する" href="plugins.html" /> 
 
26
    <link rel="prev" title="プロジェクト管理" href="projects.html" /> 
27
27
  </head>
28
28
  <body>
29
29
    <div class="related">
33
33
          <a href="developers.html" title="開発者向け"
34
34
             accesskey="N">next</a></li>
35
35
        <li class="right" >
36
 
          <a href="plugins.html" title="virtualenvwrapper を拡張する"
 
36
          <a href="projects.html" title="プロジェクト管理"
37
37
             accesskey="P">previous</a> |</li>
38
 
        <li><a href="index.html">virtualenvwrapper v2.11 documentation</a> &raquo;</li> 
 
38
        <li><a href="index.html">virtualenvwrapper v3.3 documentation</a> &raquo;</li> 
39
39
      </ul>
40
40
    </div>  
41
41
 
97
97
</div>
98
98
<div class="section" id="workon">
99
99
<h2>ディレクトリへ移動したときに自動的に workon を実行する<a class="headerlink" href="#workon" title="Permalink to this headline">¶</a></h2>
100
 
<p><tt class="docutils literal"><span class="pre">cd</span></tt> を実行する毎にそのディレクトリでシェル環境を調べるように追加したコードを <a class="reference external" href="http://justinlilly.com/blog/2009/mar/28/virtualenv-wrapper-helper/">Justin Lily が投稿しました</a> 。 <tt class="docutils literal"><span class="pre">.venv</span></tt> ファイルを見つけたら、そのファイルに含まれる環境の名前でアクティブ化します。そのディレクトリから移動すると、カレントの仮想環境は自動的に非アクティブ化します。</p>
 
100
<p><tt class="docutils literal"><span class="pre">cd</span></tt> を実行する毎にそのディレクトリでシェル環境を調べるように追加したコードを <a class="reference external" href="http://justinlilly.com/python/virtualenv_wrapper_helper.html">Justin Lily が投稿しました</a> 。 <tt class="docutils literal"><span class="pre">.venv</span></tt> ファイルを見つけたら、そのファイルに含まれる環境の名前でアクティブ化します。そのディレクトリから移動すると、カレントの仮想環境は自動的に非アクティブ化します。</p>
101
101
<p><a class="reference external" href="http://www.blogger.com/profile/17141199633387157732">Harry Marr</a> は <a class="reference external" href="http://hmarr.com/2010/jan/19/making-virtualenv-play-nice-with-git/">git リポジトリ</a> で動作するよく似た機能を書きました。</p>
102
102
</div>
103
103
<div class="section" id="id3">
165
165
</ul>
166
166
 
167
167
  <h4>Previous topic</h4>
168
 
  <p class="topless"><a href="plugins.html"
169
 
                        title="previous chapter">virtualenvwrapper を拡張する</a></p>
 
168
  <p class="topless"><a href="projects.html"
 
169
                        title="previous chapter">プロジェクト管理</a></p>
170
170
  <h4>Next topic</h4>
171
171
  <p class="topless"><a href="developers.html"
172
172
                        title="next chapter">開発者向け</a></p>
199
199
          <a href="developers.html" title="開発者向け"
200
200
             >next</a></li>
201
201
        <li class="right" >
202
 
          <a href="plugins.html" title="virtualenvwrapper を拡張する"
 
202
          <a href="projects.html" title="プロジェクト管理"
203
203
             >previous</a> |</li>
204
 
        <li><a href="index.html">virtualenvwrapper v2.11 documentation</a> &raquo;</li> 
 
204
        <li><a href="index.html">virtualenvwrapper v3.3 documentation</a> &raquo;</li> 
205
205
      </ul>
206
206
    </div>
207
207
    <div class="footer">