On 2012-07-20 18:55, Kjetil brinchmann Halvorsen wrote: > How can I do that? To download an spkg within sage, I ahve to do something > like > ./sage -i > first, so I need a working sage! That's not quite true.
The command ./sage -i /path/to/package.spkg should always work, it doesn't require any Sage components. Installing a remote package, as in ./sage -i http://url/to/package.spkg does require some parts of Sage. So downloading the package manually and then installing it with ./sage -i should work (if it doesn't, that's a bug). Jeroen. -- -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org