On 31 Mrz., 18:44, leif <not.rea...@online.de> wrote:
> On 31 Mrz., 18:18, Daniel Krenn <kr...@aon.at> wrote:
>
> > Am 2012-03-31 18:04, schrieb Daniel Krenn:
>
> > > Am 2012-03-31 17:41, schrieb John Cremona:
> > >> On 31 March 2012 16:36, Jason Grout <jason-s...@creativetrax.com> wrote:
> > >>>http://www.mathics.org/
> > >>> [...]
> > >>> Does anyone know these people?
> > >> Perhaps someone should email him and ask why he doesn't just join Sage ?
> > > I know him. He will apply for GSoC2012.
>
> > And I've CCed this thread to him. Maybe he can tell us something about
> > his plans for Mathics...
>
> "Please support Mathics by giving something via Flattr!
>
> WANTED: Developers! Please contact me at mail(at)mathics.org or via
> Twitter if you want to be part of this awesome project!"
>
> :-)

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

-- 
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