|
Re: unix setenv help [message #15967 is a reply to message #15966] |
Thu, 24 June 1999 00:00  |
Grady Daub
Messages: 22 Registered: June 1999
|
Junior Member |
|
|
Awesome, thanks! It worked.
Is alot of IDL un-documented or am I just not looking hard enough?
David Fanning wrote:
> I believe IDL_STARTUP should be in uppercase letters.
>
> I wouldn't put too much faith in the CASE of instructions
> in the IDL documentation. They don't seem to be terribly
> consistent. Better to do what you know is correct. :-)
>
> Cheers,
>
> David
>
> P.S. Make that file name lowercase, though. :-)
|
|
|
Re: unix setenv help [message #15969 is a reply to message #15966] |
Thu, 24 June 1999 00:00  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Grady Daub (gadZOOKS8371@garnet.acns.fsuMMER.edu) writes:
> I'm trying to get the path that IDL searches to include the directory where I keep
> my personal IDL libraries. The IDL manuals say to write a program that sets the
> !path variable and then, use SETENV to set "idl_startup" to the name of the IDL
> program just written for changing !path. The problem is, the !path changer file
> isn't run
>
> Like this
>
> 1.pico .cshrc
> 2.add "setenv idl_startup <name of IDL program to execute at start-up>"
> 3.create IDL progam to execute.
>
> Am I missing something?
I believe IDL_STARTUP should be in uppercase letters.
I wouldn't put too much faith in the CASE of instructions
in the IDL documentation. They don't seem to be terribly
consistent. Better to do what you know is correct. :-)
Cheers,
David
P.S. Make that file name lowercase, though. :-)
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|