[IPython-dev] New(ish) IPython Notebook RPMs for Fedora 20?
Neal Becker
ndbecker2 at gmail.com
Wed Jun 18 07:19:49 EDT 2014
Thomas Kluyver wrote:
> 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.
I use
pip install --user
This will prevent conflicts with system stuff
More information about the IPython-dev
mailing list