##// END OF EJS Templates
Now IPython works with OS X 10.5 (Leopards) libedit based readline module.
Now IPython works with OS X 10.5 (Leopards) libedit based readline module.

File last commit:

r503:b114b8cd
r884:dc8f93bd
Show More
seteditor.py
15 lines | 113 B | text/x-python | PythonLexer
import os
editor = r'q:/opt/np/notepad++.exe'
e = os.environ
e['EDITOR'] = editor
e['VISUAL'] = editor