SharpDevelop:“找不到 fsi.exe”即使安装了 f#

发布于 2024-08-04 09:36:02 字数 87 浏览 9 评论 0原文

我在我的计算机上(在辅助驱动器上)安装了 f# 的副本,当我尝试启动 F# 交互式提示符时,它说找不到 fsi.exe。我需要将一些文件复制到某处或其他地方吗?

I installed a copy of f# on my machine (on a secondary drive), and when i try to start the F# interactive prompt, it says it could not find fsi.exe. Do i need to copy some files somewhere or something?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

暗恋未遂 2024-08-11 09:36:02

你可以尝试看这里:

"%ProgramFiles(x86)%\Microsoft SDKs\F#\<fsharp_version>\Framework\<dotnet_version>\Fsi.exe"

You could try to look here:

"%ProgramFiles(x86)%\Microsoft SDKs\F#\<fsharp_version>\Framework\<dotnet_version>\Fsi.exe"
む无字情书 2024-08-11 09:36:02

随着 VS 15.8 更新,它似乎已被移动。我在以下位置找到了它:

C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\FSharp\fsi.exe

With the VS 15.8 update it appears to have been moved. I found it in:

C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\Common7\IDE\CommonExtensions\Microsoft\FSharp\fsi.exe
无畏 2024-08-11 09:36:02

您能更具体地说明您的重现步骤吗?我假设您使用的是最新的 2009 年 5 月 CTP?另外,当您说“启动 F# 交互式提示”时,您是在谈论从开始菜单启动它吗?

在大多数机器上,情况确实如此:

"C:\Program Files (x86)\FSharp-1.9.7.4\bin\fsi.exe"

如果您做了一些非标准的事情,它可能只是安装程序中的一个错误。例如,您是否通过向 msiexec 传递命令行参数来覆盖 F# 安装的 Program Files 文件夹?

在您的计算机上快速搜索 fsi.exe(控制台 F# 交互窗口)并将快捷方式指向那里。

Could you be more specific with your repro steps? I assume you are using the latest, May 2009 CTP? Also, when you say 'start the F# Interactive prompt' are you talking about launching it from the start menu?

On most machines it will be exactly:

"C:\Program Files (x86)\FSharp-1.9.7.4\bin\fsi.exe"

If you did something non-standard it could just be a bug in the installer. E.g., did you override the Program Files folder for your F# installation by passing in a command line parameter to msiexec?

Do a quick search for fsi.exe on your machine (the console F# interactive window) and point your shortcut there.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文