[Haskell-beginners] Can't install Haskell platform on Mac OS X El Capitan

Daniel Hegyi daniel_hegyi at hotmail.com
Mon Oct 12 06:05:31 UTC 2015


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 <raguay at customct.com> 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 <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
> _______________________________________________
> Beginners mailing list
> Beginners at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners



More information about the Beginners mailing list