<div dir="ltr">Or don't even bother with the entry point, and alias it to python3 -m IPython ;-)<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 29 October 2013 17:11, Fernando Perez <span dir="ltr"><<a href="mailto:fperez.net@gmail.com" target="_blank">fperez.net@gmail.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="im"><br><div class="gmail_quote">On Tue, Oct 29, 2013 at 2:26 PM, Aaron Meurer <span dir="ltr"><<a href="mailto:asmeurer@gmail.com" target="_blank">asmeurer@gmail.com</a>></span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="overflow:hidden">This seems to be a general problem with setup.py develop. It only<br>
supports developing into one Python environment at a time, which is<br>
annoying if you have a ton of environments (e.g., with conda). I'm<br>
very interested in how you end up fixing this.</div></blockquote></div><br></div>One alternative (what I do) is to *not* use `setup.py develop` and instead just manually symlink the IPython directory somewhere in $PYTHONPATH and the `ipython` entry point somewhere in $PATH.  Then it's a trivial matter of aliasing</div>



<div class="gmail_extra"><br></div><div class="gmail_extra">ipy3 = python3 `which ipython`</div><div class="gmail_extra"><br></div><div class="gmail_extra">and you're off to the races, always running from source.</div>



<div class="gmail_extra"><br></div><div class="gmail_extra">Cheers,</div><div class="gmail_extra"><br></div><div class="gmail_extra">f<span class="HOEnZb"><font color="#888888"><br><br clear="all"><div><br></div>-- <br>Fernando Perez (@fperez_org; <a href="http://fperez.org" target="_blank">http://fperez.org</a>)<br>



fperez.net-at-gmail: mailing lists only (I ignore this when swamped!)<br>fernando.perez-at-berkeley: contact me here for any direct mail<br>
</font></span></div></div>
<br>_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
<br></blockquote></div><br></div>