On Thu, 29 Nov 2012, WM Chung wrote:
I would like to know if I can install multiple versions of SAGE under the
same system. Now I have a VM of Ubuntu and Sage 5.3 is built from source
code. Can I build Sage 5.4 in different directory in the same Ubuntu VM ?
Can I keep the Sage 5.3 and not remove it ?
Yes, it is quite easy. Just don't use plain
notebook()
but
notebook(port=80)
on one version, port=81 on another etc. and then log in to localhost:81 or
your.server.name:81 etc. Port 80 is default for http, port 443 for https
(=option secure=True).
--
Jori Mäntysalo
--
You received this message because you are subscribed to the Google Groups
"sage-support" 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-support?hl=en.