[Haskell-beginners] Can't install Haskell platform on Mac OS X El Capitan
Richard Guay
raguay at customct.com
Mon Oct 12 05:56:53 UTC 2015
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 <daniel_hegyi at hotmail.com> 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 at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners
More information about the Beginners
mailing list