From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Andreas_R=F6hler?= Subject: [feature request] choosing the interpreter Date: Tue, 07 May 2013 21:48:47 +0200 Message-ID: <51895A9F.9040302@easy-emacs.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([208.118.235.92]:51739) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZnqJ-0006a9-DO for emacs-orgmode@gnu.org; Tue, 07 May 2013 15:46:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UZnqE-0002Yy-Jv for emacs-orgmode@gnu.org; Tue, 07 May 2013 15:46:31 -0400 Received: from moutng.kundenserver.de ([212.227.17.10]:57029) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UZnqE-0002Yk-At for emacs-orgmode@gnu.org; Tue, 07 May 2013 15:46:26 -0400 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode Cc: Eric Schulte Hi Erik, taking the interpreter issue showed up at other python thread, here a suggestion: let's go rid of static lists like (org-babel-do-load-languages 'org-babel-load-languages '( (sh . t) (python . t))) unless maybe as fallback. But from SRC, read the interpreter there. ;;;;;;;; When this is implemented, let's enable there specifying a whole path. That might help testing code in different environments - as py-shell provides already. Best regards, Andreas