help-octave
[Top][All Lists]
Advanced

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

Re: Search path?


From: Jordi Gutiérrez Hermoso
Subject: Re: Search path?
Date: Wed, 15 Dec 2010 22:57:48 -0600

On 15 December 2010 19:37, David Wittenberg <address@hidden> wrote:
> I'd like to use a package, but when I give the command
>    pkg install -global <matlabPyrTools.tar.gz>
> I get the error:
>    warning: file <matlabPyrTools.tar.gz> does not exist

Are you using literal angle brackets? Remove them. They were probably
there in some example designating a variable.

Try

     pkg install -global matlabPyrTools.tar.gz

instead.

HTH,
- Jordi G. H.



reply via email to

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