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-
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