William - Thank you for the speedy response.
> tar xvf sage-2.2.tar > cd sage-2.2 > make > > and you're done. Or you can wait for a binary that I'll be > posting within the next few days. I grabbed the SAGE 2.0 Ubuntu binary and installed it on a virtual machine. > No it won't. SAGE is 100% self contained. It doesn't touch your > system-wide Singular, PARI, GAP, etc. It builds entirely in the > directory where you extract it, and to install you just copy the > "sage" script from sage-2.2 (say), to /usr/local/bin (say), and > change the SAGE_ROOT line. I understand better what is going on. SAGE in notebook mode runs a server on port 8000. You connect a web browser to that port and enter commands. I can configure a computer that blocks external connections to port 8000. So that SAGE can only be accessed from within that host. And then I can provide access via ssh (with X forwarding enabled) access to the grad student. Are there any plans to make SAGE more multiple-user-friendly? Such that each instance of SAGE only modifies the invoker's files? Or perhaps a locking mechanism so that only one person at a time can use SAGE? Tony - --~--~---------~--~----~------------~-------~--~----~ To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sage-forum URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/ -~----------~----~----~----~------~----~------~--~---
