[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: __octave_srcdir__
From: |
Leo Liu |
Subject: |
Re: __octave_srcdir__ |
Date: |
Fri, 17 May 2013 15:30:11 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.3 (OS X 10.8.3) |
On 2013-05-17 14:45 +0800, Mike Miller wrote:
> If you have two .octaverc files, then each can call putenv to set the
> source directory exactly the same way. As Ben replied, just call
> putenv with a different path in each Octave interpreter environment.
> I'm not seeing what this function offers other than a new global name.
I was wrong. This works. The setting is process-specific so all is good.
Leo