On Saturday, March 31, 2012 7:17:09 PM UTC+2, leif wrote: > > > FWIW, since he's cc'ed to this thread: > > The installation instructions [1] for the optional Sage support won't > work with Sage 5.x: > > sage -sh > sage -python setup.py install > python install_sage_scripts.py > rm $SAGE_ROOT/local/lib/python2.6/site-packages/setuptools-*.egg > > More generic: > > sage --python setup.py install > sage --python install_sage_scripts.py > sage --sh -c 'rm "$SAGE_ROOT"/local/lib/python/site-packages/ > setuptools-*.egg' > > (Untested. '.../local/lib/python' is a symbolic link to Sage's > current version, i.e. 'python2.6/' for Sage 4.x, 'python2.7/' for Sage > 5.x.) > > And this of course requires 'sage' to be in your PATH. Otherwise, > also from the Mathics directory: > > /path/to/sage_installation/sage --sh > python setup.py install > python install_sage_scripts.py > rm "$SAGE_ROOT"/local/lib/python/site-packages/setuptools-*.egg > exit # leave Sage subshell > > > -leif > > [1] http://www.mathics.org/ -- click "Show instructions", there's no > anchor >
Thank you for these insights! I'll have a look at the installation with Sage 5.x. Will your instructions also work with Sage 4.y? -- 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