Show More
@@ -13,15 +13,6 b' with new magic functions.' | |||
|
13 | 13 | Unlike rest of ipython, this requires Python 2.4 (optional |
|
14 | 14 | extensions are allowed to do that). |
|
15 | 15 | |
|
16 | To install, add | |
|
17 | ||
|
18 | "import_mod ext_rehashdir" | |
|
19 | ||
|
20 | To your ipythonrc or just execute "import rehash_dir" in ipython | |
|
21 | prompt. | |
|
22 | ||
|
23 | ||
|
24 | $Id: InterpreterExec.py 994 2006-01-08 08:29:44Z fperez $ | |
|
25 | 16 | """ |
|
26 | 17 | |
|
27 | 18 | import IPython.ipapi |
@@ -5,6 +5,9 b'' | |||
|
5 | 5 | |
|
6 | 6 | * Magic.py: do not require 'PATH' in %rehash/%rehashx. Closes #155 |
|
7 | 7 | |
|
8 | * ipy_rehashdir.py: rename ext_rehashdir to ipy_rehashdir, import | |
|
9 | it in sh profile (instead of ipy_system_conf.py). | |
|
10 | ||
|
8 | 11 | 2007-05-10 Fernando Perez <Fernando.Perez@colorado.edu> |
|
9 | 12 | |
|
10 | 13 | * IPython/rlineimpl.py: check for clear_history in readline and |
General Comments 0
You need to be logged in to leave comments.
Login now