Hi,

Le dimanche 12 janvier 2020 10:25:50 UTC+1, Jean-Florent Raymond a écrit :
>
> Hello Alex, 
>
> You can download binaries at the following address: 
> https://www.sagemath.org/download-linux.html 
> There is nothing to build in this case. See the "Usage" paragraph for 
> instructions how to use them. 
>
>
Basically, this is

bunzip2 sage-9.0-Ubuntu_18.04-x86_64.tar.bz2
tar xvf sage-9.0-Ubuntu_18.04-x86_64.tar
cd SageMath
./sage -n jupyter


You can combine the first two commands into a single one thanks to the 'j' 
option of tar:

tar jxvf sage-9.0-Ubuntu_18.04-x86_64.tar.bz2

Eric.


-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/1409fdfd-3274-4456-9806-d99b38642f97%40googlegroups.com.

Reply via email to