
The installer can't create the links to your /usr/local/bin folder
anymore under El Capitan. I just added this to my .bashrc and .zshrc
files:
export PATH="/Library/Frameworks/GHC.framework/Versions/Current/usr/bin/:/Library/Haskell/bin:$HOME/Library/Haskell/bin:$PATH";
That should fix your problem. At least, it did for me.
Richard
On Mon, Oct 12, 2015 at 12:32 PM, Daniel Hegyi
Hi,
I’m trying to install Haskell on Mac
I have OSX El Capitan so I downloaded from https://www.haskell.org/platform/ the Download (64 bit) (10.11).
The installer runs, however, when I type into terminal ghci I get
ghci -bash: ghci: command not found
“which ghci” it just doesn’t return anything.
Thanks, Daniel _______________________________________________ Beginners mailing list Beginners@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners