I\'m completely new to Python and want to use it for data analysis. I just installed Python 2.7 on my mac running OSX 10.8. I need the NumPy, SciPy, matplotlib and csv packa
I don't think the existing answer answers your specific question (about installing packages within Anaconda). When I install a new package via conda install , I then run conda list to ensure the package is now within my list of Anaconda packages.