Show More
@@ -13,15 +13,6 b' with new magic functions.' | |||||
13 | Unlike rest of ipython, this requires Python 2.4 (optional |
|
13 | Unlike rest of ipython, this requires Python 2.4 (optional | |
14 | extensions are allowed to do that). |
|
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 | import IPython.ipapi |
|
18 | import IPython.ipapi |
@@ -4,6 +4,9 b'' | |||||
4 | make pycolorize read input from stdin when run without arguments. |
|
4 | make pycolorize read input from stdin when run without arguments. | |
5 |
|
5 | |||
6 | * Magic.py: do not require 'PATH' in %rehash/%rehashx. Closes #155 |
|
6 | * Magic.py: do not require 'PATH' in %rehash/%rehashx. Closes #155 | |
|
7 | ||||
|
8 | * ipy_rehashdir.py: rename ext_rehashdir to ipy_rehashdir, import | |||
|
9 | it in sh profile (instead of ipy_system_conf.py). | |||
7 |
|
10 | |||
8 | 2007-05-10 Fernando Perez <Fernando.Perez@colorado.edu> |
|
11 | 2007-05-10 Fernando Perez <Fernando.Perez@colorado.edu> | |
9 |
|
12 |
General Comments 0
You need to be logged in to leave comments.
Login now