On Wed, Jun 1, 2016 at 11:50 AM, Sebastian Raschka <[email protected]> wrote: > Oh that’s interesting, thanks for the info! I have never used the system > Python and didn’t know that it comes with its own NumPy & SciPy; I thought it > was more bare bones (sorry about the naive question, but is this a recent > thing in Yosemite or has it been always like this?)
It's been like this since at least OSX 10.6, I haven't got anything earlier to test on. Yes, virtualenv is also a good solution, but I'd still prefer homebrew / python.org, because it allows you to install system packages without worrying about breaking things or running into path oddness, as here. Cheers, Matthew _______________________________________________ scikit-learn mailing list [email protected] https://mail.python.org/mailman/listinfo/scikit-learn
