在 Mac X Lion 中为 Eclipse 配置 PyDev

发布于 2024-12-18 18:40:47 字数 85 浏览 3 评论 0原文

Mac 的默认 Python 客户端是 v2.7。我如何配置 PyDev for Eclipse 以使用 3.2?我找不到 Python 3.2 的解释器。

Mac's default Python client is v2.7. How can i configure PyDev for Eclipse to use 3.2 instead? I cannot find the interpreter for Python 3.2.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

寒冷纷飞旳雪 2024-12-25 18:40:47

http://python.org 安装新的 python 版本,并在配置 PyDev 时指向该版本(理想情况下,永远不要使用系统中已安装的任何版本,并且始终从 http://python.org 下载并使用该版本作为 Mac 进行开发版本不适合开发,因为它们没有源代码——而且,如果你破坏了某些东西在那里你可能会破坏你的系统中的某些东西)。

Install a new python version from http://python.org and when configuring PyDev, point to that version (ideally, never use any installed version already in the system and always download and use the version from http://python.org for development purposes as Mac versions are not suitable for development as they don't come with sources -- and also, if you break something there you may break something in your system).

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