On Dec 13, 2009, at 1:46 AM, Charles J. Daniels wrote: > I haven't gotten notebook running just yet, but I prefer command line > anyway so far. The thing is, my computational eyes are larger than my > processing ability's stomach, so I end up finding out it's going to > take longer than I want to complete a command. How do I stop it from > the command line? I tried ctrl-c but no help.
This should work. If it doesn't, it usually means we didn't wrap some c call with the appropriate signal handlers, so please let us know exactly what you were calling so we can fix it. > I end up having to close > out the command window. In case it matters, I'm running sage via > virtualbox on windows. I've search all over for this info but cannot > find it. Thanks for any help. Another option is to do ctrl-z to sleep the process, then kill %1. Just as closing the window, however, this will kill your entire session. - Robert -- 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-support URL: http://www.sagemath.org
