On Wed, Jan 16, 2013 at 2:12 PM, Maarten Derickx <[email protected]> wrote: > Dear all, > > I want to create a script that when I run it automatically downloads the > latest sage developement version. I was wondering what would be the best way > to do so? > > Thanks Maarten >
A while back, I copied a script that Harald wrote, made some trivial modifications, and use it regularly to download a command line specified sage version (including beta versions) https://github.com/benjaminfjones/sage-devel/blob/master/sage-from-source.sh (pull requests welcome!) usage example $ ./sage-from-source.sh 5.6.beta3 You could easily modify it to scrape the latest published development version from http://sagemath.org/download-latest.html -- Benjamin Jones -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sage-devel?hl=en.
