Re: !path problem [message #56666] |
Wed, 07 November 2007 09:50 |
Mike[2]
Messages: 99 Registered: December 2005
|
Member |
|
|
On Nov 7, 10:01 am, David Fanning <n...@dfanning.com> wrote:
> You could use HELP, /PREFERENCES to identify the location
> of both the global and local preferences file.
That's it - turns out that there was an export IDL_PATH='' deep in the
bowels of some cluster setup scripts. Removing that solved the
problem. Thanks for the HELP, /PREFERENCES hint!
Mike
|
|
|
Re: !path problem [message #56672 is a reply to message #56666] |
Wed, 07 November 2007 07:01  |
David Fanning
Messages: 11724 Registered: August 2001
|
Senior Member |
|
|
Mike writes:
> I've got a problem with an IDL 6.4 installation. When I start idl, !
> path is not defined. This is user specific - the admin who installed
> this on the cluster has no trouble, but I do. Does anyone know where
> the default path is set? If I set IDL_PATH to <IDL_DEFAULT> by hand,
> all is well, but that aught not be necessary...
You could use HELP, /PREFERENCES to identify the location
of both the global and local preferences file. One or the
other of these appears to be screwed up. In any case, you
can set all your IDL preferences in this file, either by
hand and simple editing, or by using the PREF_SET and/or
PREF_COMMIT commands.
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
|
|
|