in F# on MAC OSX and Ubuntu I get an error running FSI in 4.0

混江龙づ霸主 提交于 2019-12-06 03:08:24

Use cd /usr/lib/fsharp then mono fsi.exe

your question brought me to search for fsi (before I could not find it)

Have you tried running sudo install_mono.sh from the F# directory? Also, I think you mean F# 2.0, right?

Make sure that your Mono is installed properly. I don't have my mac at work, so I use my Ubuntu desktop as example.

System.Numerics.dll belongs to Mono not F#. In my installation (Mono 2.8.1 and Ubuntu 10.10), that file is under the following directory

/usr/local/lib/mono/4.0/System.Numerics.dll

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!