[ncl-install] ncl command not found
Mary Haley
haley at ucar.edu
Sun Oct 12 20:30:07 MDT 2014
Whenever you get a "command not found", this is a UNIX error telling you
that your PATH is not set up to find the executable you are trying to
execute.
In order to run "ncl", you need to set the NCARG_ROOT to the *parent*
directory of where you installed the software, and then you need to add
$NCARG_ROOT/bin to your search path.
You can verify if you did this by typing:
env | grep NCARG_ROOT
and then:
echo $PATH
to see if whatever "$NCARG_ROOT/bin" expands to is on the $PATH list.
--Mary
On Sun, Oct 12, 2014 at 5:58 PM, Abdoulaye SY <sy.abdoulaye3 at ugb.edu.sn>
wrote:
> Hi
>
> I have ncl-6.2.0 prebuilt on ubuntu system. I set the PATH i logout and
> log back but when i enter ncl command i get the following message
>
> No command 'ncl' found, did you mean:
> Command 'nc6' from package 'netcat6' (universe)
> Command 'ncal' from package 'bsdmainutils' (main)
> Command 'gcl' from package 'gcl' (universe)
> Command 'cl' from package 'cl-launch' (universe)
> Command 'nxcl' from package 'libnxcl-bin' (universe)
> Command 'mcl' from package 'mcl' (universe)
> Command 'nl' from package 'coreutils' (main)
> Command 'nc' from package 'netcat-openbsd' (main)
> Command 'nc' from package 'netcat6' (universe)
> Command 'nc' from package 'netcat-traditional' (universe)
> Command 'ecl' from package 'ecl' (universe)
> ncl: command not found
>
>
> What is the problem?
>
> _______________________________________________
> ncl-install mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-install
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-install/attachments/20141012/6b5e816e/attachment.html
More information about the ncl-install
mailing list