[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Installing Parallel package with Mac OS X and Fink
From: |
mpender |
Subject: |
Re: Installing Parallel package with Mac OS X and Fink |
Date: |
Sat, 8 Nov 2014 08:58:34 -0800 (PST) |
Thank you again. For others who find this thread in the future, I found that
using the command "pkg load -auto parallel" did not cause the parallel
package to load automatically on future Octave instances, and a better
approach was to create an Octave startup file, e.g. ~/.octaverc:
pkg load -auto parallel
pkg list
That way any Octave scripts that depend on packages are satisfied and the
user is reminded that certain packages have been loaded.
--
View this message in context:
http://octave.1599824.n4.nabble.com/Installing-Parallel-package-with-Mac-OS-X-and-Fink-tp4667247p4667278.html
Sent from the Octave - General mailing list archive at Nabble.com.