First time here? Check out the FAQ!

Ask Your Question
0

How to get sage as my current directory in Ubuntu

asked 4 years ago

kareem gravatar image

updated 4 years ago

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

Preview: (hide)

1 Answer

Sort by » oldest newest most voted
0

answered 4 years ago

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.

Preview: (hide)
link

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: 4 years ago

Seen: 223 times

Last updated: Jun 09 '20