Ask Your Question
0

How to get sage as my current directory in Ubuntu

asked 2020-06-08 13:56:57 +0200

kareem gravatar image

updated 2020-06-09 13:43:17 +0200

eric_g gravatar image

Hi there Following the sage guidelines, I have downloaded the source code. Now I have to place it into my sage directory but I get a problem in getting sage as my directory. I am new to sage, in fact, beginner, please anyone kindly help me out in installing sage.

Thank you

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-06-09 13:42:36 +0200

eric_g gravatar image

You may create a symbolic link to the sage script in your bin directory, as follows

cd ~/bin
ln -s ~/SageMath/sage

where SageMath is the directory where Sage is installed on your system; adpat to your configuration (note that ~ is the standard abbreviation for your home directory). In such a way, the command sage typed from any directory will launch the Sage binary that is installed in ~/SageMath.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2020-06-08 13:56:57 +0200

Seen: 137 times

Last updated: Jun 09 '20