On Tuesday, 1 December 2015 08:44:47 UTC, Ninad Bhat wrote:
>
> Hi,
>     I installed sage from source code(downloading it from git)
>
from git?
Do you mean github, or sage trac git server?
(you can tell by looking at the output of
      git remote -v
 )

Note that 6.10 is not yet release, there are beta versions only.

to switch to the latest (it might differ on different git servers, 
eventually, although now
they are the same) beta, do
      git checkout develop

followed by 
     git pull develop


followed by 
     make

(or by $MAKE, with MAKE set to something like "make -j4", if your machine 
has 4 cores)




Is there a way to update it to sage 6.10 without downloading it again?
>

it is not downloading, it's cloning/fetching/pulling, if you use git...
 
I suggest you do a bit of reading on git, if you intend to use it, see e.g.
http://doc.sagemath.org/html/en/developer/index.html#git-for-sage-development

>
>
> Thanks in advance.
>

-- 
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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to