Skip to content

Commit 0f11faa

Browse files
committed
merged the changes (r369:550) for Japanese translation in tips.rst
1 parent ec24680 commit 0f11faa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ja/tips.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,13 @@ Python パスへそのディレクトリを追加してからそこへ移動し
160160

161161
..
162162
`Justin Lily posted
163-
<http://justinlilly.com/blog/2009/mar/28/virtualenv-wrapper-helper/>`__
163+
<http://justinlilly.com/python/virtualenv_wrapper_helper.html>`__
164164
about some code he added to his shell environment to look at the
165165
directory each time he runs ``cd``. If it finds a ``.venv`` file, it
166166
activates the environment named within. On leaving that directory,
167167
the current virtualenv is automatically deactivated.
168168
169-
``cd`` を実行する毎にそのディレクトリでシェル環境を調べるように追加したコードを `Justin Lily が投稿しました <http://justinlilly.com/blog/2009/mar/28/virtualenv-wrapper-helper/>`__ 。 ``.venv`` ファイルを見つけたら、そのファイルに含まれる環境の名前でアクティブ化します。そのディレクトリから移動すると、カレントの仮想環境は自動的に非アクティブ化します。
169+
``cd`` を実行する毎にそのディレクトリでシェル環境を調べるように追加したコードを `Justin Lily が投稿しました <http://justinlilly.com/python/virtualenv_wrapper_helper.html>`__ 。 ``.venv`` ファイルを見つけたら、そのファイルに含まれる環境の名前でアクティブ化します。そのディレクトリから移動すると、カレントの仮想環境は自動的に非アクティブ化します。
170170

171171
..
172172
`Harry Marr <http://www.blogger.com/profile/17141199633387157732>`__

0 commit comments

Comments
 (0)