pyshは後方非互換性の変更があります

20050420:

AFFECTS
users of www/ipython
AUTHOR
dryice@liu.com.cn

This is backward-incompatible changes for pysh.
これはpyshのための後方非互換性の変更です。

  1. You must update your pysh profile (~/.ipython/ipythonrc-pysh):
    pyshプロファイル(~/.ipython/ipythonrc-pysh)を更新しなければなりません:
    • a) Add to it the line
      この行を加えます
    import_all IPython.Extensions.InterpreterExec
    • b) Delete the line
      この行を削除します
    execfile pysh.py

  2. You must also delete from ~/.ipython/ the file pysh.py.
    さらに、~/.ipython/からファイル「pysh.py」を削除しなければなりません。
$FreeBSD: ports/UPDATING,v 1.182 2005/04/20 14:26:42 pav Exp $