How to check that the anaconda package was properly installed

后端 未结 4 1346
慢半拍i
慢半拍i 2020-12-15 18:20

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

4条回答
  •  执念已碎
    2020-12-15 18:49

    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.

提交回复
热议问题