help-octave
[Top][All Lists]
Advanced

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

Re: Problem setting PATH environment


From: c.
Subject: Re: Problem setting PATH environment
Date: Mon, 13 Aug 2012 10:47:54 +0200

On 13 Aug 2012, at 10:41, Jonathan wrote:

> I assumed
> that subdirectories of the named path (ie under dropbox in my case) would
> also be accessible, but perhaps I was wrong.  Apologies if so.

Indeed that is not how addpath works, if you want to add all subdirectories of 
'/Users/jonathan/dropbox'
you will have to change the command in ~/.octaverc to something like:

addpath (genpath ('/Users/jonathan/dropbox'), '-begin');

see 

help genpath

for more details.
c.

reply via email to

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