Configuring cabal on Max OS X 10.9

[亡魂溺海] 提交于 2019-12-06 17:25:17
  1. Open your ~/.bash_profile with any editor you're comfortable with
  2. Append this to the file: export PATH="$HOME/Library/Haskell/ghc-7.6.3/lib/cabal-install-1.20.0.0/bin:$PATH"
  3. Save file and close editor
  4. In terminal type source ~/.bash_profile

Then to test, in Terminal type which cabal, and you should see it pointing to the new path.

Geradlus_RU

After few attempts to solve prior issue with OS X Mavericks I've reinstalled entire platform with Homebrew, and issue dismissed. If you need help with that see mentioned answer.

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