How to install cs-script on Mac properly

269 Views Asked by At

I installed cs-script from here on my Mac (using High Sierra) manually. I want to use it for SublimeText v3. The plugin loads - so far so good.

The problem is that when I try to execute my code with cs-script nothing happens.

The documentation here tells me that I have to change the path to mono since the Mono-framework has now been installed at /Library/Frameworks/mono.framework and is now at a different location.

The documentation says "If mono cannot be located the "about output" (above) will be truncated and consist of only two first lines [...]". When I click the About-menu of cs-script I can see the first two lines and nothing else (this means it's not working).

According to the documentation here I changed the path in the file cs-script.sublime-settings to the following:

{
    "last_run_version": "1.2.8",
    "mono_path": "/Library/Frameworks/Mono.framework/Versions/5.18.1/bin/mono"
}

But it's still not working. How can I solve this problem?

0

There are 0 best solutions below