[IPython-dev] New(ish) IPython Notebook RPMs for Fedora 20?

Thomas Kluyver takowl at gmail.com
Tue Jun 17 13:55:21 EDT 2014


On 17 June 2014 10:45, Vedran Sego <vsego at vsego.org> wrote:

> Install IPython for both Python 2 and Python 3:
> pip install ipython[all]
> pip-python3 install ipython[all]
>

Heads up: IPython now installs its command as both 'ipython', and
'ipythonN', where N is the major version of Python you're using. So if you
run these commands in this order, 'ipython' will run with Python 3 (because
that's the one that got installed last). If you want 'ipython' to start
with Python 2, then flip these commands round. Either way, 'ipython2' will
launch IPython with Python 2.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20140617/b5f042da/attachment.html>


More information about the IPython-dev mailing list