Results 1 to 2 of 2
Hi,
I'm a newbie to Linux and am attempting to modify my pathway in IDL to allow me to run a data reduction package in IDL. The directions for this ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 10-03-2004 #1Just Joined!
- Join Date
- Sep 2004
- Posts
- 6
Modifying Path in IDL in Bash Shell?
Hi,
I'm a newbie to Linux and am attempting to modify my pathway in IDL to allow me to run a data reduction package in IDL. The directions for this this process are given for a .cshrc file, but I use a Bash shell. How can these directions be modified to allow me to use them? I've included the directions below. Thanks. -Kathy
Edit the .cshrc file to include the line
setenv IDL_PATH +/packagedirectory:$IDL_PATH
where /packagedirectory is the path to the package directory
(e.g., /scr0/irtf/Spextool).
If there is no IDL_PATH defined in the .cshrc file, then include the
line
setenv IDL_PATH +/packagedirectory
- 10-04-2004 #2Linux Engineer
- Join Date
- Sep 2003
- Location
- Knoxhell, TN
- Posts
- 1,078
Please do not post duplicate questions. If one of them has not been answered in several hours' time, you can bump the original (reply to your own question) to move it to the top of the new posts list.
Their code will be beautiful, even if their desks are buried in 3 feet of crap. - esr


Reply With Quote
