<div dir="ltr">If anything, it would be a pip version - virtualenv is not involved in that command, but each version of virtualenv does embed a version of pip, which you can always upgrade after the fact. What is your pip version in the env?  For old pip, you may need to make a more explicit call, such as:<div>

<br></div><div>    pip install -e git+file://$PWD#egg=ipython[notebook]</div><div><br></div><div>In which case `python setup.py develop` might be simpler (though it won't bring in dependencies).</div></div><div class="gmail_extra">

<br><br><div class="gmail_quote">On Mon, Sep 23, 2013 at 6:40 PM, Tim Pitman <span dir="ltr"><<a href="mailto:tapitman11@gmail.com" target="_blank">tapitman11@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">Hey all,<div><br></div><div>When using Python 2.7.5 built from source, and installing the latest virtualenv, the following command from the IPython github page works fine:</div><div><br></div><div>pip install -e ".[notebook]"</div>


<div><br></div><div>However, when using Python 2.7.3 and virtualenv 1.7.1.2 from the Ubuntu 12.04 repos, the pip installed by virtualenv (apparently 1.1) fails to execute that command with the following message:</div><div>


<br></div><div>--editable=.[notebook] should be formatted with svn+URL, git+URL, hg+URL or bzr+UR<br></div><div><br></div><div>Seems like that version of pip is missing some newer features? Actually I haven't been able to find documention for the -e ".[notebook]" syntax on the pip site. Apparently it installs all of the dependencies for the "notebook" entry in setup.py?</div>


<div><br></div><div>Basically my questions are: </div><div><br></div><div>Is there a minimum version of virtualenv/pip required for developing IPython?</div><div><br></div><div>Is anyone developing off a system python from Ubuntu 12.04?</div>


<div><br></div><div>Thanks,</div><div>Tim</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>