<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Oct 27, 2015 at 8:25 AM, Nathan Goldbaum <span dir="ltr"><<a href="mailto:nathan12343@gmail.com" target="_blank">nathan12343@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">Interestingly, conda actually does "setup.py install" in the recipe for numpy: </div></blockquote><div><br></div><div>indeed -- many, many conda packages do setup.py install, whihc doesn't mean it's a good idea --personally, I'm trying hard to switch them all to:</div><div><br></div><div>pip install ./</div><div><br></div><div>:-)</div><div><br></div><div>Which reminds me, the conda skelaton command craes a pip install build.sh file -- I really need to submit a PR for that ...</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><p dir="ltr">There are two cases where a 'pip install' run might go off and start downloading packages without asking you:</p></div></div></blockquote></div></div></blockquote><div><br></div><div>for my part, regular old setup.py isntall oftem goes off and istalls sutff too - using easy_install, which really sucks...</div><div><br></div><div>This is making me want a setuptools-lite again  -- see the distutils SIG if you're curious.</div><div><br></div><div>-CHB</div></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><br>Christopher Barker, Ph.D.<br>Oceanographer<br><br>Emergency Response Division<br>NOAA/NOS/OR&R            (206) 526-6959   voice<br>7600 Sand Point Way NE   (206) 526-6329   fax<br>Seattle, WA  98115       (206) 526-6317   main reception<br><br><a href="mailto:Chris.Barker@noaa.gov" target="_blank">Chris.Barker@noaa.gov</a></div>
</div></div>