> On Feb 21, 6:10 am, John Cremona <John.Crem...@gmail.com> wrote:
>
> Hi John,
>
>> Am I the only person for whom "sage -upgrade" always fails? It
>> downloads lots of stuff, builds lots of stuff, and leaves me with an
>> un-runnable sage which doesn't know whether it is the old version or
>> the new.
>
> -upgrade is designed to upgrade one clean tree to another clean tree,
> i.e. if you do development in it or use queues for example you will
> run into trouble with some probability.
Some relevant tickets are at
http://trac.sagemath.org/sage_trac/ticket/4759
http://trac.sagemath.org/sage_trac/ticket/4833
- Robert
That is an error message from Ipython suggesting to upgrade the
Ipython rc files. It's extremely annoying and has nothing to do with
the real problem at hand. It's just an instance of Sage not being
sufficiently polished, and surely something that would be very
confusing to new users. I think we should patch Ipython so it doesn't
do that, or at least gives a meaningful error message.
-- William
I just want to point out that I didn't actually hit that problem and
that wasn't the fix for the problem I saw, though it is a very good
idea :-).
My problem was a problem merging two heads in the main sage branch,
since I had made a lot of changes to it. The fix was to delete
sage-main and install it again from scratch.
William