From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Eric Schulte" Subject: Re: How to set python version for org-babel Date: Thu, 28 Jan 2010 10:11:20 -0700 Message-ID: <87d40uxih3.fsf@gmail.com> References: <4B61AABC.4080200@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NaXu3-00077l-My for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 12:11:35 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NaXtx-00073M-LI for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 12:11:34 -0500 Received: from [199.232.76.173] (port=34793 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NaXtx-00073A-8x for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 12:11:29 -0500 Received: from mail-fx0-f216.google.com ([209.85.220.216]:49873) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NaXtw-0003VF-AX for emacs-orgmode@gnu.org; Thu, 28 Jan 2010 12:11:28 -0500 Received: by fxm8 with SMTP id 8so1269327fxm.26 for ; Thu, 28 Jan 2010 09:11:25 -0800 (PST) In-Reply-To: <4B61AABC.4080200@gmail.com> (David Trem's message of "Thu, 28 Jan 2010 16:18:20 +0100") 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: David Trem Cc: emacs-orgmode@gnu.org 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 python2.6 from macports. > I tried to set the python-python-command On my system I believe the variable is named `python-command', maybe try the following... (setq python-command "python2.6") Best -- Eric > 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 > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode