!path problem [message #56674] |
Wed, 07 November 2007 06:50 |
Mike[2]
Messages: 99 Registered: December 2005
|
Member |
|
|
Dear IDL_GANG,
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...
Mike
> idl
IDL Version 6.4 (linux x86_64 m64). (c) 2007, ITT Visual Information
Solutions
Installation number: 8285.
Licensed for use by: Indiana University Radiology
IDL> print, !path
IDL> help, !version, /stru
** Structure !VERSION, 8 tags, length=104, data length=100:
ARCH STRING 'x86_64'
OS STRING 'linux'
OS_FAMILY STRING 'unix'
OS_NAME STRING 'linux'
RELEASE STRING '6.4'
BUILD_DATE STRING 'Apr 26 2007'
MEMORY_BITS INT 64
FILE_OFFSET_BITS
INT 64
IDL>
|
|
|