<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Sep 21, 2012, at Sep 21 &nbsp; 1:59 PM, Erika Folova &lt;<a href="mailto:e.folova@gmail.com">e.folova@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Hallo,</span><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<br></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">Somebody can give me the real example of this statement:</div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<span style="line-height:16px;text-align:left;font-family:verdana,sans-serif"><br></span></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><span style="line-height:16px;text-align:left;font-family:verdana,sans-serif">"To keep from having to type these commands (in my case&nbsp;</span><font face="verdana, sans-serif"><span style="line-height:16px"><font color="#ff0000">export NCARG_ROOT=/usr/local</font>)&nbsp;</span></font><span style="line-height:16px;text-align:left;font-family:verdana,sans-serif">&nbsp;in every time you login, it is best to add these lines (or line) to the appropriate ".*" file in your home directory. (The ~/.cshrc or ~/.bashrc are two examples; be sure to use the one appropriate for the shell environment you are running.)"</span></div>
<div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)"><span style="line-height:16px;text-align:left;font-family:verdana,sans-serif"><br></span></div><div style="color:rgb(34,34,34);font-family:arial,sans-serif;font-size:13px;background-color:rgb(255,255,255)">
<span style="line-height:16px;text-align:left;font-family:verdana,sans-serif">I checked in my home directory, i found both of&nbsp;</span><span style="line-height:16px;text-align:left;font-family:verdana,sans-serif">.cshrc or .bashrc</span><span style="line-height:16px;text-align:left;font-family:verdana,sans-serif">&nbsp;, which one that i have to use? I am using Linux Fedora.</span></div>
<div style="color: rgb(34, 34, 34); font-family: arial, sans-serif; font-size: 13px; background-color: rgb(255, 255, 255); position: static; z-index: auto; "><span style="line-height:16px;text-align:left;font-family:verdana,sans-serif"><br></span></div></blockquote><br></div><div>It depends on which shell you are in. If you are in csh, tcsh or something of that ilk,</div><div>then add</div><div><br></div><div>setenv NCARG /usr/local</div><div><br></div><div>to your .cshrc. &nbsp;If you are in bash or something of that ilk, then add</div><div><br></div><div>export NCARG=/usr/local</div><div><br></div><div>to your .bashrc &nbsp;Perhaps best to just add to both.</div><div><br></div><br></body></html>