[O] wrong python version when using :session

2011-09-05 Thread Myles English
Hello, When a python source block has a :session header argument, the python version selected does not appear to respect the value of the variable org-babel-python-command. Starting emacs with this in the init file (.emacs): (require 'org-install) (org-babel-do-load-languages

Re: [O] wrong python version when using :session

2011-09-05 Thread Eric Schulte
Hi Myles, The `org-babel-python-command' variable is used to decide which python executable is used to run non-interactive python code. Session evaluation is performed using the interactive python mode defined in the `org-babel-python-mode' variable. , | org-babel-python-mode is a variable

Re: [O] wrong python version when using :session

2011-09-05 Thread Myles English
Eric, On Mon, 05 Sep 2011 11:35:37 -0600, Eric Schulte said: Hi Myles, The `org-babel-python-command' variable is used to decide which python executable is used to run non-interactive python code. Session evaluation is performed using the interactive python mode defined in the