On Wednesday, 27 January 2016 04:10:42 UTC, Juan Luis Varona wrote:
>
> I have been able to compile Sage 7.0 from the source code in my MacBook 
> Air (late 2010).
>
> Now, it works in Terminal, and if I use notebook() I obtain the 
> traditional notebook interface.
>
> But I do not know how to obtain the SageMath.app. There is a simple 
> description of how to do it in any place? (I'm not a prgramming expert)
>

SAGE_APP_BUNDLE is the variable you need to set before running make 
(see 
http://doc.sagemath.org/html/en/installation/source.html#environment-variables);
 more 
precisely, to speed things up,
you might want to do, at the shell prompt in the Terminal:

export MAKE="make -j2"

and then

SAGE_APP_BUNDLE=yes $MAKE


-----
here j2 is for a machine with 2 cores, if you have more, put more there...



and then 

>
> Moreover, how is possible to use the jupiter interface?
>
> Thanks,
>
> Juan Luis
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to