| I am planning to install sage in Ubuntu 10.04. I need to know if installation of Tcl/Tk is absolutely necessary or is optional for use of sage. (The associated FAQ does not clearly state that.) I have not used python earlier so I am confused. The reason I am interested in installing sage is that I will often need to solve differential equations numerically and save the output plot in ps/eps/pdf format so that I can use this in latex input file. I may need to get help with other jobs like evaluating complicated integrations etc. So should I install Tcl/Tk or can I skip it? asked Feb 16 '12 This post is a wiki. Anyone with karma >150 is welcome to improve it. |
| I can think of 2 situations where you could need TCL/TK. First is with R. if you download additional packages from CRAN servers, then TCL/TK provides a GUI Window to select the mirror. However there should be a fallback (text) mode - so this is not crucial. The second possibility is if you want to use MATPLOTLIB directly from the python packages (scipy, numpy). TCL/TL is one possible "graphic backend". However in that case Sage needs to be compiled with compiler option So bottom line: Probably you won't need TCL/TK and won't even notice if you don't have it. |
Asked: Feb 16 '12
Seen: 113 times
Last updated: Feb 16 '12
powered by ASKBOT version 0.7.22
Copyright Sage, 2010. Some rights reserved under creative commons license.
I don't have an answer for you, but your use case suggests that you might find SageTeX useful - http://www.sagemath.org/doc/installation/sagetex.html, among other places.
kcrisman (Feb 16 '12)