<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On 17 June 2014 10:45, Vedran Sego <span dir="ltr"><<a href="mailto:vsego@vsego.org" target="_blank">vsego@vsego.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div id=":2ws" class="a3s" style="overflow:hidden">Install IPython for both Python 2 and Python 3:<br>
pip install ipython[all]<br>
pip-python3 install ipython[all]</div></blockquote></div><br></div><div class="gmail_extra">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.<br>

</div></div>