在 mac 上的 mono 上安装 IronPython 的最佳方法是什么?

发布于 2024-09-25 23:02:20 字数 172 浏览 5 评论 0原文

在 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 技术交流群。

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

发布评论

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

评论(2

爱的故事 2024-10-02 23:02:20

似乎您已经知道要做什么 - 只需下载二进制文件并运行它们即可。对于不知道如何实现这一点的人:下载适用于 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.

2024-10-02 23:02:20

截至2020 年 7 月 21 日,在 macOS 中安装 IronPython 存在一些差异。

  1. 在此处下载 Mono 6.10.0(Visual Studio 频道)Mac 包 (.pkg) - https:// /www.mono-project.com/download/stable/
  2. 下载后安装该软件包。
  3. 在此处下载 IronPython (IronPython.2.7.10.zip) - https:/ /github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.10
  4. 解压下载的文件。
  5. 转到 IronPython.2.7.10 文件夹所在的文件夹目录。
  6. 转到 net45 文件夹。
  7. 运行单声道 ipy.exe。
  8. 完毕!

As of 21st July 2020, there is some differences on installing IronPython in macOS.

  1. Download Mono 6.10.0 (Visual Studio Channel) Mac Package (.pkg) here - https://www.mono-project.com/download/stable/.
  2. Install the package once downloaded.
  3. Download IronPython (IronPython.2.7.10.zip) here - https://github.com/IronLanguages/ironpython2/releases/tag/ipy-2.7.10.
  4. Unzip the downloaded file.
  5. Go to folder directory where IronPython.2.7.10 folder located.
  6. Go to net45 folder.
  7. Run mono ipy.exe.
  8. Done!
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文