<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 27, 2015 at 12:08 AM, Nathaniel Smith <span dir="ltr"><<a href="mailto:njs@pobox.com" target="_blank">njs@pobox.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mon, Oct 26, 2015 at 11:03 PM, Charles R Harris<br>
<<a href="mailto:charlesr.harris@gmail.com">charlesr.harris@gmail.com</a>> wrote:<br>
><br>
[...]<br>
<span class="">> I gave it a shot the other day. Pip keeps a record of the path to the repo<br>
> and in order to cleanup I needed to search out the file and delete the repo<br>
> path. There is probably a better way to do that, but it didn't strike me as<br>
> less troublesome than ` python setup.py install --local`.<br>
<br>
</span>Sorry, what did you "give a shot", and what problem did it create?<br>
What does `setup.py install --local` do? (it doesn't seem to be<br>
mentioned in `setup.py install --help`.)<br></blockquote><div><br> `pip install --user -e . `. However, `pip install --user .` seems to work fine. The pip documentation isn't the best.<br><br></div><div>Yeah, `--user` not `--local`. It's getting late...<br><br></div><div>Chuck<br></div><br></div></div></div>