当我运行我的代码时,我遇到了这个错误,或者即使我运行 clean
我也会在开始时用 clean
而不是 ruby
得到这个错误。我已经在我的 Windows 上安装了 Ubuntu 18.04 子系统。而且我还安装了 WSL 遥控器。我在 VS CODE 中遇到了这个问题。我刚开始学习软件工程,所以如果我没有提供关于我的问题的明确信息,我很抱歉。希望有人帮忙。
ruby : The term 'ruby' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify th
at the path is correct and try again.
At line:1 char:1
+ ruby 01.corprime.rb
+ ~~~~
+ CategoryInfo : ObjectNotFound: (ruby:String) [], CommandNotFoundException
在 VS 代码中。
答案 0 :(得分:0)
clean和ruby默认是tools in.os 如果 msg 说无法识别 所以VS没有运行这个命令或工具的路径 尝试清除而不是干净 红宝石 尝试安装它并将其添加到路径 或者在VS代码中使用时指定路径