How to install numpy with PyCharm on mac OSX?

元气小坏坏 提交于 2021-01-28 10:10:59

问题


I downloaded the binary file and all it does is open up PyCharm. How can I install? Many thanks.


回答1:


I ran into the same problem. And I solved it like this: File/Default Settings...

Chose Default Project/Project Interpreter

Chose the version of Python you are working with from the popup menu Project Interpreter.

Below the list click on the '+' button. Find your way in the huge list of Packages available to find 'numpy' and install it.

There is probably another way to make it per project, but I assume that you want numpy in all project (it is my case).




回答2:


You drag it to wherever you want it... There's no step 2, much less step 3.



来源:https://stackoverflow.com/questions/25495458/how-to-install-numpy-with-pycharm-on-mac-osx

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!