<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>