<div dir="ltr"><div class="gmail_default" style="font-size:small">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.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">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.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">You can verify if you did this by typing:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">env | grep NCARG_ROOT</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">and then:</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">echo $PATH</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">to see if whatever "$NCARG_ROOT/bin" expands to is on the $PATH list.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">--Mary</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Oct 12, 2014 at 5:58 PM, Abdoulaye SY <span dir="ltr"><<a href="mailto:sy.abdoulaye3@ugb.edu.sn" target="_blank">sy.abdoulaye3@ugb.edu.sn</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Hi<br><br></div>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<br><br>No command 'ncl' found, did you mean:<br> Command 'nc6' from package 'netcat6' (universe)<br> Command 'ncal' from package 'bsdmainutils' (main)<br> Command 'gcl' from package 'gcl' (universe)<br> Command 'cl' from package 'cl-launch' (universe)<br> Command 'nxcl' from package 'libnxcl-bin' (universe)<br> Command 'mcl' from package 'mcl' (universe)<br> Command 'nl' from package 'coreutils' (main)<br> Command 'nc' from package 'netcat-openbsd' (main)<br> Command 'nc' from package 'netcat6' (universe)<br> Command 'nc' from package 'netcat-traditional' (universe)<br> Command 'ecl' from package 'ecl' (universe)<br>ncl: command not found<br> <br><br></div><div>What is the problem?<br></div></div>
<br>_______________________________________________<br>
ncl-install mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-install" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-install</a><br>
<br></blockquote></div><br></div></div>