hugs doesn't start
Johan Nordlander
nordland@sm.luth.se
Fri, 5 Sep 2003 09:27:40 +0200
> i downloaded and installed hugs for OS X but when i try and run it
> from the terminal i get this message
> Last login: Fri Sep 5 18:27:31 on ttyp1
> Welcome to Darwin!
> [Martin-Holmans-Computer:~] martin% hugs
> hugs: Command not found.
> [Martin-Holmans-Computer:~] martin%
>
> how do i start hugs? i can find no information anywhere on this.
> Cheers
> Martin
Hi Martin,
You need to set your PATH to include /usr/local/bin. See
http://haskell.org/pipermail/hugs-bugs/2003-April/001170.html
-- Johan