Ask Your Question
0

How to upgrade Sage 6.9 to latest beta version?

asked 2015-11-05 15:32:33 +0200

tgaona gravatar image

Is there a way to upgrade from the latest release of Sage (6.9) to the latest beta version?

I would prefer not having to build the source of the beta from scratch, since initially building Sage on my machine took nearly 20 hours.

edit retag flag offensive close merge delete

2 Answers

Sort by » oldest newest most voted
1

answered 2015-11-05 17:13:36 +0200

FrédéricC gravatar image

updated 2015-11-05 17:13:59 +0200

Standard way is to do

cd my_sage_directory
git pull trac develop
make

This should not take as long, but still maybe a few hours.

edit flag offensive delete link more

Comments

You may need to set up trac as a remote in this event, if you built from a tarball and not with git. But as long as you originally built from source this should work fine.

kcrisman gravatar imagekcrisman ( 2015-11-05 18:07:40 +0200 )edit
0

answered 2015-11-06 03:37:46 +0200

I did the following:

sudo apt-add-repository -y ppa:aims/sagemath
sudo apt-get update
sudo apt-get install sagemath-upstream-binary
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: 2015-11-05 15:32:33 +0200

Seen: 642 times

Last updated: Nov 06 '15