Jörgen Stenarson | 12 Jul 17:19
Picon

Re: Some starting-out IPython questions

Hi Dick,

Dick Moores skrev:
> 
> 4. Although I have the environment variable EDITOR set to Textpad 5,
> ed continues to open IDLE as the editor.
> In [16]: env
> Out[16]:
> ...
>  'EDITOR': "C:\\Program Files\\TextPad 5"
> ...
it looks like you are just pointing to the directory that contains the 
editor and not the actual executable. For me
EDITOR="C:\\program\\textpad 5\\textpad.exe" does the trick.
So you should probably use:
EDITOR="C:\\Program Files\\textpad 5\\textpad.exe"

/Jörgen

Gmane