<div dir="ltr"><div class="gmail_default" style="font-size:small">Whenever you get a &quot;command not found&quot;, 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 &quot;ncl&quot;, 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 &quot;$NCARG_ROOT/bin&quot; 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">&lt;<a href="mailto:sy.abdoulaye3@ugb.edu.sn" target="_blank">sy.abdoulaye3@ugb.edu.sn</a>&gt;</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 &#39;ncl&#39; found, did you mean:<br> Command &#39;nc6&#39; from package &#39;netcat6&#39; (universe)<br> Command &#39;ncal&#39; from package &#39;bsdmainutils&#39; (main)<br> Command &#39;gcl&#39; from package &#39;gcl&#39; (universe)<br> Command &#39;cl&#39; from package &#39;cl-launch&#39; (universe)<br> Command &#39;nxcl&#39; from package &#39;libnxcl-bin&#39; (universe)<br> Command &#39;mcl&#39; from package &#39;mcl&#39; (universe)<br> Command &#39;nl&#39; from package &#39;coreutils&#39; (main)<br> Command &#39;nc&#39; from package &#39;netcat-openbsd&#39; (main)<br> Command &#39;nc&#39; from package &#39;netcat6&#39; (universe)<br> Command &#39;nc&#39; from package &#39;netcat-traditional&#39; (universe)<br> Command &#39;ecl&#39; from package &#39;ecl&#39; (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>