获取错误:/ bin / sh scriptcs:找不到命令

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了获取错误:/ bin / sh scriptcs:找不到命令相关的知识,希望对你有一定的参考价值。

我正在使用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。他的方法很有效。任何人的专业提示:使用安装脚本

brew install scriptcs
答案

考虑the prerequisitefilipw/vscode-scriptcs-runner是:

scriptcs应该安装在你的机器上。

确保从shell会话中启动VSCode,其中scriptcs位于$PATH中(意味着which scriptcs不返回空输出)

以上是关于获取错误:/ bin / sh scriptcs:找不到命令的主要内容,如果未能解决你的问题,请参考以下文章

/bin/sh: 1: 语法错误:反引号替换中的 EOF

./configure : /bin/sh^M : 错误的解释器 [重复]

错误:无效或损坏的 jarfile /bin/sh

错误:无法启动容器:stat /bin/sh:没有这样的文件或目录” [关闭]

Docker 镜像错误:“/bin/sh: 1: [python,: not found”

IntelliJ 说'无法运行程序'/path/to/tomcat/bin/catalina.sh' 错误=13 权限被拒绝