<div dir="ltr"><div class="gmail_default" style="color:#000000"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 21, 2015 at 10:58 PM, ryguy7272 <span dir="ltr"><<a href="mailto:ryanshuell@gmail.com" target="_blank">ryanshuell@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Monday, July 20, 2015 at 10:57:47 PM UTC-4, ryguy7272 wrote:<br>
</span><span class="">> I'd like to install ALL Python packages on my machine.  Even if it takes up 4-5GB, or more, I'd like to get everything, and then use it when I need it.  Now, I'd like to import packages, like numpy and pandas, but nothing will install.  I figure, if I can just install everything, I can simply use it when I need it, and if I don't need it, then I just won't use it.<br>
><br>
> I know R offers this as an option.  I figure Python must allow it too.<br>
><br>
> Any idea  how to grab everything?<br>
><br>
> Thanks all.<br>
<br>
<br>
</span>Thanks for the tip.  I just downloaded and installed Anaconda.  I just successfully ran my first Python script.  So, so happy now.  Thanks again!!<br></blockquote><div><br></div><div><div class="gmail_default" style="color:rgb(0,0,0);display:inline">​Anaconda (or the freely-available miniconda) is what I was going to suggest.  If you are coming from R, then you likely want the scientific computing stack (scipy, numpy, pandas, scikit-learn, pytables, statsmodels, matplotlib, ... the list goes on).  And for that (which links extensively to C and even Fortran libraries), conda blows pip out of the water.​  There are other solutions (like Enthought's Canopy distribution, for example), but conda is so nice that I really have little incentive to try others.</div></div><div><div class="gmail_default" style="color:rgb(0,0,0);display:inline"><br></div></div><div><div class="gmail_default" style="color:rgb(0,0,0);display:inline">All the best,</div></div><div><div class="gmail_default" style="color:rgb(0,0,0);display:inline">Jason</div></div></div>
</div></div>