Hi all. I just upgraded (by running sage -upgrade) and I am having the
problem shown down below.
Some things that I have tried include running sage with the command
LD_LIBRARY_PATH="/home/bober/sage-2.3/local/lib/"
SAGE_ROOT="/home/bober/sage-2.3/" ./sage
directly from the directory ~/sage-2.3/ (that's the directory from the
last time I installed from scratch) and verifying that when I type 'env'
from the sage prompt, the output includes the lines
'SAGE_ROOT': '/home/bober/sage-2.3',
and
'LD_LIBRARY_PATH':
'/home/bober/sage-2.3/local/lib/openmpi:/home/bober/sage-2.3/local/lib/:',
but this doesn't solve anything. I'm about to just start over with a new
installation from scratch, since that doesn't cost anything but waiting
time, but I would rather just be able to upgrade. Any ideas or what went
wront?
The error is below. Thanks for any input.
--------------------------------------------------------------------------
[EMAIL PROTECTED]:~$ sage
----------------------------------------------------------------------
| SAGE Version 2.4.1.2, Release Date: 2007-03-28 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
---------------------------------------------------------------------------
<type 'exceptions.RuntimeError'> Traceback (most recent call
last)
/home/bober/sage-2.3/local/bin/<ipython console> in <module>()
/home/bober/sage-2.3/local/lib/python2.5/site-packages/sage/all_cmdline.py in
<module>()
1 """nodoctest"""
----> 2 from sage.all import *
3
/home/bober/sage-2.3/local/lib/python2.5/site-packages/sage/all.py in
<module>()
43 del _l
44 except KeyError:
---> 45 raise RuntimeError, "To use the SAGE libraries, set the
environment variable SAGE_ROOT to the SAGE build directory and
LD_LIBRARY_PATH to $SAGE_ROOT/local/lib"
46
47
<type 'exceptions.RuntimeError'>: To use the SAGE libraries, set the
environment variable SAGE_ROOT to the SAGE build directory and
LD_LIBRARY_PATH to $SAGE_ROOT/local/lib
sage:
--------------------------------------------------------------------------
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sage-support
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---