<div dir="ltr">ok, looking at this more, "pip uninstall" wasn't added until v0.6, so probably it just used `--record` for it's log as a side-effect of the previous decision to use  `--single-version-externally-managed`.<div style>
and the decision to use `--single-version-externally-managed`, was probably just based on pip needing to override the dependency resolution, and have it's signature "requirements file" feature that supported overriding dependencies.</div>
<div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Nov 15, 2013 at 1:16 PM, Marcus Smith <span dir="ltr"><<a href="mailto:qwcode@gmail.com" target="_blank">qwcode@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Under the covers, pip uses "setup.py install --record" (which requires also using --single-version-externally-managed) in order to create an install log, that get's used for uninstalls. <div>
<br>
</div><div>And due to using `--single-version-externally-managed`, the install is done "old-style",  i.e., not installed as an egg, and not knowing how to install *from* an egg.  the one caveat being that setuptools (not pip) does throw in an .egg-info directory with the project metadata.<br>

<div><br></div><div>So is "pip uninstall" the primary historical reason for  the lack of egg install support? or is there more to the story?</div></div><span class=""><font color="#888888"><div><br></div><div>Marcus</div>
</font></span></div>
</blockquote></div><br></div></div></div>