我已经从this instruction安装了Install the F# Cross-Platform Runtime (called Mono)。安装已完成,没有错误,但我找不到fsharp
Install the F# Cross-Platform Runtime (called Mono)
fsharp
~ » fsharpi zsh: command not found: fsharpi
如何找到已安装文件的路径?
发布于 2015-07-18 06:57:46
嗯,看起来可能它不是符号连接的。
下面是我在同样的尝试中做的一些笔记:
https://stackoverflow.com/questions/31469301
相似问题