help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Install Image package on Mac OS X


From: Andy Buckle
Subject: Re: Install Image package on Mac OS X
Date: Thu, 23 Sep 2010 07:40:54 +0100

> Ok that's really weird:
>
> my path is :
> /Library/Frameworks/Python.framework/Versions/2.6/bin:/Library/Frameworks/Python.framework/Versions/2.6/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin
>
> 'make' is not in usr/bin and I didn't manage t find it on my computer.
>
> I tried the piece of code you wrote
>
> if [ -z "$PATH" ]; then
>  PATH=/bin:/sbin:/usr/bin:/usr/sbin;/usr/local/bin
> fi
>
> But it didn't change my path.

if [ -z "$PATH" ]
tests to see if you have anything in your $PATH. As you have a $PATH
set, it will not do anything.

Looks like you need to install make. (I am a not a mac user, so I
can't help with that).

-- 
/* andy buckle */



reply via email to

[Prev in Thread] Current Thread [Next in Thread]