在 mac 上的 mono 上安装 IronPython 的最佳方法是什么?
在 Mac 上的 Mono 上安装 IronPython 的最佳方法是什么?我应该只下载二进制文件、ngen,然后继续吗?编辑器需要什么特定的插件吗?每个人似乎都认为我应该只安装源代码并使用带有ironpython插件的eclipse,但这似乎与使用monodevelop完全相反,并且没有本地mac os x安装程序似乎很奇怪?
What is the best way to install ironPython on mono on mac? Should I just download the binaries, ngen, and move forward? Is there any specific plug-in I need for an editor? Everyone seems to think I should just ngen the source installs and use eclipse with the ironpython plugins, but that seems quite counter to using monodevelop, and it seems odd there isn't a native mac os x installer?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
似乎您已经知道要做什么 - 只需下载二进制文件并运行它们即可。对于不知道如何实现这一点的人:下载适用于 OS X 的 Mono 的最新版本并下载 IronPython-2.6.1-Bin-Net20SP1.zip 或其他 Net20 二进制文件(截至此回答,Net40 不起作用),然后解压缩存档并通过在目录中键入“mono ipy.exe”或“mono ipy64.exe”来调用 Iron Python,或者如果尝试运行脚本“mono ipy.exe script_name.py”。
MonoDevelop 中的 IronPython 补充已计划完成,但似乎没有任何目标日期;如果你想要它,你需要去 MonoDevelop 网站 并说出来,否则它会赢不被优先考虑。
It seems as if you already know what to do - just download the binaries and run them. For people not aware of how to achieve this: download the most recent version of Mono for OS X and download the IronPython-2.6.1-Bin-Net20SP1.zip or other Net20 binaries (Net40 doesn't work as of this answering), then unzip the archive and invoke Iron Python by typing 'mono ipy.exe' or 'mono ipy64.exe' in the directory, or if trying to run a script 'mono ipy.exe script_name.py'.
The IronPython addition to MonoDevelop is scheduled, but doesn't seem to have a target date of any sort; if you want it you need to go to the MonoDevelop website and say so, or it won't be prioritized.
截至2020 年 7 月 21 日,在 macOS 中安装 IronPython 存在一些差异。
As of 21st July 2020, there is some differences on installing IronPython in macOS.