[IPython-User] switching between ipython interpreters in emacs
Takafumi Arakaki
aka.tkf@gmail....
Wed Oct 3 12:35:45 CDT 2012
It depends on what python mode you are using. If you are using the
new python.el [1]_, you can start a specific ipython by `C-u M-x
run-python`. I guess ipython.el and python-mode.el have similar
command or setting. Also, if you are using EIN [2]_, you can do it by
just running IPython notebook server for each IPython version and
connect to the version you like.
.. [1] https://github.com/fgallina/python.el
.. [2] https://github.com/tkf/emacs-ipython-notebook
On Tue, Oct 2, 2012 at 4:06 PM, Samuele Carcagno <sam.carcagno@gmail.com> wrote:
> Is it possible to invoke a specific ipython interpreter for emacs?
> I call the interpreter with Ctrl-c Shift-! and at the moment to switch between
> ipython3 and ipython2.7 I make a symbolic link of these executables to /usr/bin/ipython
> for example, to use ipython3.2:
>
> sudo ln -s /usr/bin/ipython3 /usr/bin/ipython
>
> I was wondering if there is an easier way to switch between interpreters, something like
>
> M-x ipython3.2 from within emacs
>
> Sam
> _______________________________________________
> IPython-User mailing list
> IPython-User@scipy.org
> http://mail.scipy.org/mailman/listinfo/ipython-user
More information about the IPython-User
mailing list