12 Jul 17:19
Re: Some starting-out IPython questions
From: Jörgen Stenarson <jorgen.stenarson <at> bostream.nu>
Subject: Re: Some starting-out IPython questions
Newsgroups: gmane.comp.python.ipython.user
Date: 2008-07-12 15:19:50 GMT
Subject: Re: Some starting-out IPython questions
Newsgroups: gmane.comp.python.ipython.user
Date: 2008-07-12 15:19:50 GMT
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
RSS Feed