From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Trem Subject: How to set python version for org-babel Date: Thu, 28 Jan 2010 16:18:20 +0100 Message-ID: <4B61AABC.4080200@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NaW8x-0006Sx-5d for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 10:18:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NaW8r-0006SM-Cz for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 10:18:49 -0500 Received: from [199.232.76.173] (port=36403 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NaW8r-0006SJ-6w for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 10:18:45 -0500 Received: from mail-fx0-f216.google.com ([209.85.220.216]:42027) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NaW8q-0000Gn-1T for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 10:18:44 -0500 Received: by fxm8 with SMTP id 8so1144027fxm.26 for ; Thu, 28 Jan 2010 07:18:42 -0800 (PST) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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-babel. I need some help to go forward. Thanks in advance, David