Re: Error from PATH setup

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Wed, 1 Aug 2007 15:44:05 -0600 (MDT)

Erik,

You need to setenv NCARG_ROOT to the parent directory of where
you installed NCL. The "/usr/local" path was just used
as an example, as this is a common location for users to install
third-party software.

If you installed NCL in your home directory, say /home/erik,
then you would need to setenv NCARG_ROOT to /home/erik.

--Mary

On Wed, 1 Aug 2007, Erik Noble wrote:

> Hi.
> I am getting an error when trying to execute an NCL program that seems
> to be from not setting my envronment correctly.
> The error:
> hundreds!
>
> It can't find the /usr/local/lib/ncarg/nclscripts/ directory, although
> I have set my envronemnt according to the NCL installation directions.
>
> I use a .profile file. would you have any suggestions?
>
> export DISPLAY=:0.0
> export NCARG_ROOT=/usr/local/
> export PATH=$NCAR_ROOT/bin:$PATH
> export MANPATH=$NCAR_ROOT/man:$MANPATH
> export NETCDF=/usr/local/
> export LD_LIBRARY_PATH=opt/intel/fc/10.0.017/lib
> export JASPER=/usr/local/
> ##alias ncl=/usr/local/ncl-3.4.0/bin/ncl
> export https_proxy=10.116.34.1:80
> PATH=$PATH:$HOME:/opt/local/bin:/opt/local/sbin:/opt/intel/fc/10.0.017/bin:/opt/intel/cc/10.0.018/bin:$NCARG_ROOT/bin:/usr/local/bin:/usr/local/rsi/idl_5.6/bin
> export PATH
>
> set -o emacs
> PS1=`logname`@`hostname -s`:'$PWD:'
> . /sw/bin/init.sh
> . ${HOME}/.aliases
> ~
>
> Thank you.
> Erik
> _______________________________________________
> ncl-talk mailing list
> ncl-talk_at_ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Aug 01 2007 - 15:44:05 MDT

This archive was generated by hypermail 2.2.0 : Mon Aug 06 2007 - 08:08:45 MDT