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.