<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Assuming you are using MacOS Terminal windows, go to Terminal &gt; Preferences &gt; Settings &gt; Shell and make sure the Startup : Run command box is checked. There is probably a command such as (for me):</div><div>/bin/bash --init-file /Users/dbrown/.bashrc</div><div><br></div><div>You can edit this line if necessary.</div><div><br></div><div>For me it indicates that the file .bashrc in my home directory is executed when bash starts inside a terminal window. You can do 'ls -a ~' to see if you have such a file. If not you can create it yourself . You should edit this file and add the command to set NCARG_ROOT and modify the PATH, for example:</div><div><br></div><div>export NCARG_ROOT=/usr/local/</div><div>export PATH=$NCARG_ROOT/bin:$PATH</div><div><br></div><div>Once you save this file you should be able to open a new window and use NCL without having to set up the PATH.</div><div>Hope this helps.</div><div>&nbsp;-dave</div><div><br></div><div>&nbsp;</div><div><div>On Jun 3, 2011, at 4:23 PM, Diamilet Perez-Betancourt wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">
<div text="#000000" bgcolor="#ffffff">
    Hi,<br>
    <br>
    My name is Diamilet Perez-Betancourt and I'm a SOARS Protege at the
    beginning of my summer research at MMM. As part of my project, I
    have to use NCL. I tried to install it in my personal computer
    (MacOS X Version 10.6.7) following the instructions from the
    website. I set the path and was able to use it, but I found that I
    have to set the path every time I start a <i>bash</i> session in
    order for my computer to find ncl. Do you think that's something you
    could please help me with?<br>
    <br>
    Thanks a lot,<br>
    Diamilet<br>
    <br>
  </div>

_______________________________________________<br>ncl-install mailing list<br>List instructions, subscriber options, unsubscribe:<br><a href="http://mailman.ucar.edu/mailman/listinfo/ncl-install">http://mailman.ucar.edu/mailman/listinfo/ncl-install</a><br></blockquote></div><br></body></html>