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: Doyley, Marvin
Subject: Re: [O] babel python example not reproducible
Date: Mon, 16 Jun 2014 10:35:33 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (darwin)

Hi Shiyuan,

I think the problem is that Emacs or babel is using python located in
/usr/bin or /usr/local/sbin  rather than default python or ipython. The way I 
got
around this is rename python in these locations to python_old and then did
a soft link to ipython (i.e., ln -s /anaconda/bin/ipython python). 

I am sure there is a smarter way of telling babel to use ipython, but
this was my work around.

Hope this help
cheers,
M






reply via email to

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