开发者

Where are the CsharpRepl and the interactive shell are located in Mono for Win?

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 开发者_StackOverflow社区them as a user?


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.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜