File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,13 +160,13 @@ Python パスへそのディレクトリを追加してからそこへ移動し
160
160
161
161
..
162
162
`Justin Lily posted
163
- <http://justinlilly.com/blog/2009/mar/28/virtualenv-wrapper-helper/ >`__
163
+ <http://justinlilly.com/python/virtualenv_wrapper_helper.html >`__
164
164
about some code he added to his shell environment to look at the
165
165
directory each time he runs ``cd``. If it finds a ``.venv`` file, it
166
166
activates the environment named within. On leaving that directory,
167
167
the current virtualenv is automatically deactivated.
168
168
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 `` ファイルを見つけたら、そのファイルに含まれる環境の名前でアクティブ化します。そのディレクトリから移動すると、カレントの仮想環境は自動的に非アクティブ化します。
170
170
171
171
..
172
172
`Harry Marr <http://www.blogger.com/profile/17141199633387157732>`__
You can’t perform that action at this time.
0 commit comments