<div class="gmail_quote">On 29 February 2012 19:46, Fernando Perez <span dir="ltr"><<a href="mailto:fperez.net@gmail.com">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 id=":2s">quick question: isn't it easier to run 'setup.py develop' than<br>
'install' in the venv?  I don't use venv for ipython development and<br>
instead run straight from the git repo, so I'm not sure.  But my<br>
understanding was that this would help people shorten the edit/test<br>
cycle by not requiring re-installation in the venv after any changes.</div></blockquote></div><br>I never use 'setup.py develop' myself, and I'm never entirely sure how it works (some symlinking, I guess), so went with what I knew. Also, I know it doesn't work when using Python 3 via the 2to3 install step, and I wanted to keep things consistent.<br>

<br>Thomas<br>