设置 mac osx lion 的 eclipse ee 首选项
我有一台 Mac(osx lion)。我已经安装了 eclipse(适用于 Web 开发人员的 Eclipse Java EE IDE。版本:Indigo Release;构建 ID:20110615-0604)。我已经按照 的说明安装了 python 插件http://www.rose-hulman.edu/class/csse/resources/Eclipse/eclipse-python-configuration.htm。现在,根据说明,我需要在 eclipse 首选项中设置 python 可执行路径。
现在我知道 mac 附带安装了 python 版本。在终端执行“whereis python”显示它位于 usr/bin/ 中。但是python exe是哪个文件呢? (我是Mac新手:一周;我是Python新手:不到一天)。
谢谢。
I have a mac (osx lion). I have installed eclipse (Eclipse Java EE IDE for Web Developers. Version: Indigo Release; Build id: 20110615-0604). And I have installed the python plugins, following instructions from http://www.rose-hulman.edu/class/csse/resources/Eclipse/eclipse-python-configuration.htm. Now, according to the instructions, I need to set the python executable path in the eclipse preference.
Now I know mac comes with a version of python installed. And doing "whereis python" at the terminal reveals that it is in usr/bin/. But which file is the python exe? (I am new to mac: one week; I am completely new to python: less than one day).
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您尝试过 /user/bin/python 但它不起作用。 (它在设置我的 pycharm ide 时对我有用)..
然后提供以下路径作为您的 python 解释器路径。
(当然,您的路径可能略有不同)。
I am assuming that you tried /user/bin/python and it did not work. ( It worked for me while setting up my pycharm ide)..
Then provide the following path as your python Interpreter path.
(of course, your path might be slightly different).