1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Add notes for devel/ipython update

PR:		ports/80148
Submitted by:	Dryice Liu <dryice@liu.com.cn>
This commit is contained in:
Pav Lucistnik 2005-04-20 14:26:42 +00:00
parent 7f2b3a0127
commit 7266577267
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133775

View File

@ -6,6 +6,19 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
20050420:
AFFECTS: users of www/ipython
AUTHOR: dryice@liu.com.cn
This is backward-incompatible changes for pysh.
1. You must update your pysh profile (~/.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.
20050419:
AFFECTS: users of linux-opera
AUTHOR: mezz@FreeBSD.org