Hey there.

I'm trying to get sage to use bpython as an interpreter, rather than
ipython or vanilla python. I'm pretty sure I asked around a year ago,
but being that a year has passed since then, has anyone tried to do
so?

With SAGE_ROOT properly set, I can run `from sage.all_cmdline import
*` but that fails with an `ImportError: No module named memory`, which
I assume is because LD_LIBRARY_PATH and whatever else sage does on
startup hasn't been properly set.

I'd just want to do exactly whatever ipython loads into its namespace
on startup, and do so without mangling with LD_LIBRARY_PATH which if I
remember correctly isn't really meant to be messed with. Anyone have
any guidance as to how to proceed?

-- 
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
URL: http://www.sagemath.org

Reply via email to