> > Yes, please. :) ipython is a separate program that doesn't come with stock > Python. > How about conditionally setting it - this is essentially what Django does with it's shell
(defcustom py-python-command (if (executable-find "ipython") "ipython" "python") >py-execute-region-python3 > >py-execute-region-python2.7 > >py-execute-region-ipython > > > >etc., which should be faster to use than customization. > +1 -- Love regards etc David Miller http://www.deadpansincerity.com 07854 880 883
_______________________________________________ Python-mode mailing list Python-mode@python.org http://mail.python.org/mailman/listinfo/python-mode