On Sat, Jun 08, 2013 at 03:54:58AM -0700, mmarco wrote:
> I tried to do that, and it gives some problems.
> 
> I don't know why, but it seems that if you launch maple through ssh,
> you don't get the prompt > in the same way that you get it when you do
> it locally: it shows only after you press intro. This makes the
> pexpect interface fail.

You may want to try:

        ssh -t host maple

which forces ssh to do a tty allocation so that maple thinks it is in
interactive mode.

Cheers,
                                Nicolas
--
Nicolas M. ThiƩry "Isil" <nthi...@users.sf.net>
http://Nicolas.Thiery.name/

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to