使用 wine 在 ubuntu 上运行 .bat

使用 wine 在 ubuntu 上运行 .bat

我需要在 ubuntu 10.04 上运行一个 .bat 文件,因此我安装了 wine 并启动了控制台。我的 .bat 文件包含 R 脚本,运行时 start test.bat 出现以下错误: wine: cannot find L"C:\\windows\\system32\\Rscript.exe" 我知道我有 R,因为我以常规方式使用它,但这是我第一次使用 wine。关于如何修复错误有什么建议吗......我需要再次安装 R 吗?谢谢!

答案1

对于此错误,您需要在 Wine 中安装 R for Windows。这应该可以解决您遇到的错误。

相关内容