问题描述
我下载了二进制文件,它所做的就是打开 PyCharm.我该如何安装?非常感谢.
I downloaded the binary file and all it does is open up PyCharm. How can I install? Many thanks.
推荐答案
我遇到了同样的问题.我是这样解决的:文件/默认设置...
I ran into the same problem. And I solved it like this: File/Default Settings...
选择默认项目/项目解释器
Chose Default Project/Project Interpreter
从弹出菜单 Project Interpreter 中选择您正在使用的 Python 版本.
Chose the version of Python you are working with from the popup menu Project Interpreter.
点击列表下方的+"按钮.在大量可用的软件包列表中找到您的方法,以找到numpy"并安装它.
Below the list click on the '+' button. Find your way in the huge list of Packages available to find 'numpy' and install it.
每个项目可能还有另一种方法,但我假设您希望在所有项目中都使用 numpy(这是我的情况).
There is probably another way to make it per project, but I assume that you want numpy in all project (it is my case).
这篇关于如何在 Mac OSX 上使用 PyCharm 安装 numpy?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!