CsharpRepl 和交互式 shell 在 Mono for Win 中位于哪里?

发布于 2024-12-04 16:48:00 字数 166 浏览 0 评论 0原文

我在 Win7 上安装了 Mono,并试图找到此处列出的应用程序。

但他们没有提及它们位于何处并在何处启动。

关于如何以用户身份访问它们有什么想法吗?

I installed Mono on Win7 and trying to find the apps outlined here.

But they don't mention where are they located and launched.

Any ideas on how to access them as a user?

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

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

发布评论

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

评论(2

分开我的手 2024-12-11 16:48:00

您只需启动 Mono 命令行(位于开始菜单上)。

然后输入

csharp

And off you go

不同的是,命令行快捷方式设置了一堆环境变量(特别是 PATH),以便找到单声道二进制文件和批处理脚本包装器(!)。

You just Launch the Mono command line (it's on the start menu).

Then type

csharp

And off you go

The twist is that the command line shortcut sets a bunch of environment variables (notably PATH) so that the mono binaries and batch script wrappers (!) are being found.

夜未央樱花落 2024-12-11 16:48:00

它是 bin 目录中的 csharp.bat 文件,以及 mono.exe 等。

bin 目录放入您的路径后,您应该只需能够从命令行运行 csharp 并直接进入即可。我刚刚安装的 Mono 2.10.5 就是这种情况。

It's the csharp.bat file in the bin directory, along with mono.exe etc.

Having put the bin directory in your path, you should just be able to run csharp from a command line and get straight in. That's certainly the case with Mono 2.10.5, which I've just installed.

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