If you downloaded the Fedora version, it's a ready-to-use binary,
you don't need to compile it using make.

So just run

    /home/user/app/SageMath/sage

or if you want the notebook interface

    /home/user/app/SageMath/sage -n jupyter

or you could install jupyterlab by running

    /home/user/app/SageMath/sage -pip install jupyterlab

and then use the juptyerlab interface by running

    /home/user/app/SageMath/sage -n jupyterlab

Maybe you want to add a symbolic link to Sage somewhere
in your path, say by running

    sudo ln -s /home/user/app/SageMath/sage /usr/local/bin

and then you can just run

    sage

or

    sage -n jupyter

etc.

-- 
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 [email protected].
To post to this group, send email to [email protected].
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