[Orgmode] How to set python version for org-babel

2010-01-28 Thread David Trem
Hi, I'm currently learning org-babel with python. I have several version of python installed on my Mac. One from apple and two from macports. I'd like to use python2.6 from macports. I tried to set the python-python-command variable to python2.6 but the python 2.5 from apple is still used by org-

Re: [Orgmode] How to set python version for org-babel

2010-01-28 Thread David Trem
Eric Schulte a écrit : > Hi David, > > David Trem writes: > >> Hi, >> >> I'm currently learning org-babel with python. >> I have several version of python installed on my Mac. >> One from apple and two from macports. >> I'd like to use pyt