[IPython-dev] confirm_exit issue with scipy profile...

Fernando Perez fperez.net at gmail.com
Fri Aug 17 15:20:31 EDT 2007


On 8/16/07, Ville M. Vainio <vivainio at gmail.com> wrote:
> On 8/17/07, fred <fredmfp at gmail.com> wrote:
>
> > Hi all,
> >
> > I have set
> >
> > confirm_exit 0
> >
> > in my ipythonrc file.
>
> No time to explore right now, but your best bet is to put this in
> ipy_user_conf.py instead.
>

There's a bug in priorities, because it's possible that the new
ipy_profile_scipy profile is overriding the one in Fred's home dir.
Data/configs in the user's directory should always override
system-provided ones.

Currently, the new system-side scipy profile is overriding Fred's, and
not properly loading the base one.  That's a bug in the new system to
load profiles, which will hopefully be fixed soon:

http://projects.scipy.org/ipython/ipython/ticket/177

Cheers,

f



More information about the IPython-dev mailing list