Re: Downloading Hugs
Johan Nordlander <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.hugs.bugs |
|---|---|
| Message-ID | <[email protected]> |
On Monday, August 26, 2002, at 03:09 , Tammo Ricklefs wrote: > Hello, > I worked with hugs on an Apple-iBook with System 10.1.x and it > worked fine. Now I updated to 10.2 and ist not possible to > start hugs in the terminal. The binaries are still at > usr/local/bin but wenn I tried to start hugs the terminal tells > me, hugs is no command. > > Can you help me. How can I get hugs to work? > > thank you > Tammo Ricklefs > Hi Tammo, I haven't upgraded yet myself, but a quick guess is that your path variable has been reset by the upgrade. Is it possible to run hugs if you type /usr/local/bin/hugs on the command line? If so, you just need to make sure that /usr/local/bin is added to your path. I don't have any clue why upgrading to 10.2 would have changed it, though. I'll try to find a better answer when I'm running 10.2 myself. All the best, Johan