emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] babel python example not reproducible


From: Nick Dokos
Subject: Re: [O] babel python example not reproducible
Date: Mon, 16 Jun 2014 08:19:50 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux)

Shiyuan <address@hidden> writes:

> The two setting doesn't seem to have effect.  
> (setq python-shell-interpreter "ipython")
> (setq python-shell-interpreter-args "--pylab")
>
> When I did `C-c C-c` on the SRC block to execute the code, emacs
> created a buffer with the interior python process. When I switched to
> the process, I saw it is python 2.5.3, not ipython.  
>
> Also, it looks like the problem is with the shell interpreter. If I
> enter command directly in the shell buffer, the shell buffer will echo
> command itself and then the result. 
>
>>>> print "Hello"
> print "Hello"
> Hello. 
>
> Is there any setting to control this shell behavior? Can I make the
> python shell not echo the command? Thanks.  
>

When a *shell* does that to me, I do (on Linux)

$ stty -echo

but I'm not sure where that would fit into your setup.

Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]