From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ken Mankoff Subject: python babel not running startup file Date: Thu, 24 Apr 2014 09:55:25 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44067) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WdUkk-0006OC-M3 for emacs-orgmode@gnu.org; Thu, 24 Apr 2014 21:17:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WdK7d-00063t-Mj for emacs-orgmode@gnu.org; Thu, 24 Apr 2014 09:55:38 -0400 Received: from mail-ie0-x22b.google.com ([2607:f8b0:4001:c03::22b]:32770) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WdK7d-00062u-HX for emacs-orgmode@gnu.org; Thu, 24 Apr 2014 09:55:29 -0400 Received: by mail-ie0-f171.google.com with SMTP id ar20so2409664iec.16 for ; Thu, 24 Apr 2014 06:55:28 -0700 (PDT) Received: from gorgonzola.whoi.edu (dyn-128-128-222-104.whoi.edu. [128.128.222.104]) by mx.google.com with ESMTPSA id qh3sm45090542igb.17.2014.04.24.06.55.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 24 Apr 2014 06:55:27 -0700 (PDT) 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 I have the PYTHONSTARTUP environment variable set to "~/.pythonrc". That file is not run by Org babel. Can anyone recommend how to execute that file, or some other method for customizing all Org babel python executions. Specifically, I load a custom colorbar in my ~/.pythonrc and ~/.ipythonrc files, and would like Org python to behave the same. -k.