#8195: Problems with the 'download' page on the Sage web site.
----------------------------+-----------------------------------------------
Reporter: drkirkby | Owner: schilly
Type: defect | Status: new
Priority: major | Milestone:
Component: website/wiki | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
----------------------------+-----------------------------------------------
Comment(by drkirkby):
Oops, I forgot to put braces around the commands.
{{{
$ p7zip -d sage-....tar.7z (if you used the recommended .7z file)
$ gzip -d sage-....tar.gz (if you downloaded the larger .gz file)
}}}
Sun's version of tar will not extract the binaries, so use the GNU tar.
{{{
$ /usr/sfw/bin/gtar xf sage-..tar
$ LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/sfw/lib
$ export LD_LIBRARY_PATH
Change to the directory where the files were extract, then run
$ ./sage
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8195#comment:3>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en.