设置 mac osx lion 的 eclipse ee 首选项

发布于 2024-12-05 16:57:35 字数 519 浏览 2 评论 0原文

我有一台 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

痴者 2024-12-12 16:57:35

我假设您尝试过 /user/bin/python 但它不起作用。 (它在设置我的 pycharm ide 时对我有用)..

然后提供以下路径作为您的 python 解释器路径。

/System/Library/Frameworks/Python.framework/Versions/2.6/bin

(当然,您的路径可能略有不同)。

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.

/System/Library/Frameworks/Python.framework/Versions/2.6/bin

(of course, your path might be slightly different).

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文