Downloading Hugs
Johan Nordlander
nordland@tt.luth.se
Mon, 26 Aug 2002 17:04:53 +0200
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