
How can I add this to these files? I can’t find them. Also, I will want to compile from Emacs. Will I need to add this PATH somehow there as well?
On 12 Oct 2015, at 13:56, Richard Guay
wrote: 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
wrote: 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
Beginners mailing list Beginners@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners