From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: Re: python babel not running startup file Date: Fri, 25 Apr 2014 11:37:52 -0400 Message-ID: References: <8761lx2zsj.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:46586) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WdiCV-0005JH-Tv for emacs-orgmode@gnu.org; Fri, 25 Apr 2014 11:38:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WdiCJ-0000mK-MD for emacs-orgmode@gnu.org; Fri, 25 Apr 2014 11:38:07 -0400 Received: from mail-ig0-x230.google.com ([2607:f8b0:4001:c05::230]:41755) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WdiCJ-0000mA-HW for emacs-orgmode@gnu.org; Fri, 25 Apr 2014 11:37:55 -0400 Received: by mail-ig0-f176.google.com with SMTP id uy17so2333904igb.3 for ; Fri, 25 Apr 2014 08:37:54 -0700 (PDT) In-reply-to: <8761lx2zsj.fsf@gmail.com> 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: Eric Schulte Cc: emacs-orgmode On 2014-04-25 at 11:28, Eric Schulte wrote: > Yes, customize the org-babel-python-command variable. Right. I had tried that and it didn't work before I sent the email. This does work: (setq org-babel-python-command "python -i /Users/mankoff/.pythonrc") Perhaps I had a typo or other bug with my previous attempt. Works now! Thanks, -k.