<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sat, Nov 7, 2015 at 3:53 PM, Antoine Pitrou <span dir="ltr"><<a href="mailto:solipsis@pitrou.net" target="_blank">solipsis@pitrou.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Well, the problem is that "python -m pip" isn't any better. If you<br>
don't know what the current "pip" is, then chances are you don't know<br>
what the current "python" is, either.<br></blockquote><div><br></div><div>sure you do (well, maybe not, but all you know is that when you type "python" you get soemthing).</div><div><br></div><div>the problem really is when someone does:</div><div><br></div><div>pip install some_package</div><div><br></div><div>and it all seems to work fine</div><div><br></div><div>then they type "python" and "import some_package" and it fails.</div><div><br></div><div><br></div><div>This really does happend with newbies, and it really is a problem, trust me on that.</div><div><br></div><div>granted, it's also a problem that people type "python" and can import what they want, then they go to run their code in an IDE, and it doesn't work -- but that's not a problem pip can address ----..</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">(I'm not trying to deny the issue, I sometimes wonder what "pip" will<br>
install into exactly, but removing the command in favour of a "-m"<br>
switch wouldn't do any any good IMO, and it would make Python package<br>
management "even more baroque" than it currently is)<br></blockquote><div><br></div><div>only minimally more baroque, and at least one large class of confusing errors would be impossible.</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>