First time here? Check out the FAQ!

Ask Your Question
0

How to upgrade Sage 6.9 to latest beta version?

asked 9 years ago

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.

Preview: (hide)

2 Answers

Sort by » oldest newest most voted
1

answered 9 years ago

FrédéricC gravatar image

updated 9 years ago

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.

Preview: (hide)
link

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 ( 9 years ago )
0

answered 9 years ago

I did the following:

sudo apt-add-repository -y ppa:aims/sagemath
sudo apt-get update
sudo apt-get install sagemath-upstream-binary
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: 9 years ago

Seen: 709 times

Last updated: Nov 06 '15