Why do I get “ghcjs-boot: command not found”?

风格不统一 提交于 2019-12-11 03:37:54

问题


I've installed ghcjs by the command

cabal install ./ghcjs ./ghcjs-prim

And I get something like

Updating documentation MyDir/Haskell/share/doc/x86_64-osx-ghc-7.8.3/index.html

for my last line.

But when I tried this command

ghcjs-boot --dev

I got -bash: ghcjs-boot: command not found What's the problem?


回答1:


Rewriting my comment as an answer by request:

Do you have ~/.cabal/bin in your PATH?



来源:https://stackoverflow.com/questions/29690766/why-do-i-get-ghcjs-boot-command-not-found

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