How to check that the anaconda package was properly installed

后端 未结 4 1368
慢半拍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:52

    Though the question is not relevant to Windows environment, FYI for windows. In order to use anaconda modules outside spyder or in cmd prompt, try to update the PYTHONPATH & PATH with C:\Users\username\Anaconda3\lib\site-packages.

    Finally, restart the command prompt.

    Additionally, sublime has a plugin 'anaconda' which can be used for sublime to work with anaconda modules.

提交回复
热议问题