gpt4 book ai didi

c# - 获取错误 :/bin/sh scriptcs: command not found

转载 作者:太空狗 更新时间:2023-10-29 19:42:08 26 4
gpt4 key购买 nike

我正在使用 Visual Studio Code for Mac,运行扩展程序 CodeRunner。我有一个简单的程序:

using System;
namespace HelloWorldApplication {
class HelloWorld {
static void Main(string[] args) {
Console.WriteLine("hellowol");
}
}
}

当我使用右上角的播放按钮运行它时,出现以下错误:

/bin/sh scriptcs: command not found

然后

[Done] exited with code=127 in 0.008 seconds

程序未显示所需的输出。

编辑:非常感谢@VonC。他的方法奏效了。给任何人的专业提示:使用

安装 scriptcs
brew install scriptcs

最佳答案

考虑the prerequisite对于 filipw/vscode-scriptcs-runner是:

scriptcs should be installed on your machine.

确保从 shell session 启动 VSCode,其中 scriptcs 在您的 $PATH 中(意味着 which scriptcs 不会返回空输出)

关于c# - 获取错误 :/bin/sh scriptcs: command not found,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51923878/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com