Victor, Do you have a script "sage" in your ~/bin which runs the system wide sage? If you run your local sage with "mysage", what happens when you run "sage"? What happens if you do
$ mysage -sh $ sage will this run your local or the systemwide sage? AFAIK, the notebook process which you run by issuing "notebook()" on the sage prompt doesn't execute the math itself, it only handles the notebook stuff. Rather, it spawns a new "sage" process, and communicates with it to do the math. So, it may be that for some reason it is spawning the system-wide install of sage rather than your own copy. Don't recall the exact details, though, so I may be way off target. Best, Gonzalo On Tue, Aug 4, 2009 at 6:50 PM, VictorMiller<victorsmil...@gmail.com> wrote: > > It isn't. Systemwide SAGE is only in my path if I run a particular > script. I tried this in a fresh shell and checked that the systemwide > SAGE wasn't there. The problem was still there! > > Victor > > On Aug 4, 5:12 pm, William Stein <wst...@gmail.com> wrote: >> On Tue, Aug 4, 2009 at 12:12 PM, VictorMiller <victorsmil...@gmail.com>wrote: >> >> >> >> > More info. When I type >> >> > notebook() >> >> > after typing the banner telling me to open my web browser >> > it prints a path to a system files copy of sob.py (not my local >> > copy!) >> > and a deprecation warning about the md5 module. >> >> Why don't you try editing your PATH so that the systemwide sage isn't even >> in your PATH? >> >> -- William > > > > --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---