diff options
author | pav <pav@FreeBSD.org> | 2005-04-20 22:26:42 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-20 22:26:42 +0800 |
commit | c9e6ce2380600106e294f25d270d432728d2f0d8 (patch) | |
tree | 3de6d732596fd3f0cdc1069c4c22cd37b80a6c06 | |
parent | 550ac29e0328929185ed683d654fbc14db100f55 (diff) | |
download | freebsd-ports-gnome-c9e6ce2380600106e294f25d270d432728d2f0d8.tar.gz freebsd-ports-gnome-c9e6ce2380600106e294f25d270d432728d2f0d8.tar.zst freebsd-ports-gnome-c9e6ce2380600106e294f25d270d432728d2f0d8.zip |
- Add notes for devel/ipython update
PR: ports/80148
Submitted by: Dryice Liu <dryice@liu.com.cn>
-rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |