<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px"><div id="yiv1842283891"><div id="yui_3_16_0_ym19_1_1484633723253_32498"><div style="color:#000;background-color:#fff;font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px;" id="yui_3_16_0_ym19_1_1484633723253_32497"><div id="yiv1842283891yui_3_16_0_ym19_1_1484633723253_7908"><span>Hi all, </span></div><div dir="ltr" id="yiv1842283891yui_3_16_0_ym19_1_1484633723253_7908"><span id="yui_3_16_0_ym19_1_1484633723253_32501">I think you might have misunderstood me since the export NCARG_ROOT did nothing at all to fix the problem and I had tried removing and re-installing but every time I do it still is giving me the 6.1.2.</span></div><div></div><div id="yui_3_16_0_ym19_1_1484633723253_32510"> </div><div class="yiv1842283891signature">JP Kalb</div> <div class="yiv1842283891qtdSeparateBR" id="yui_3_16_0_ym19_1_1484633723253_32511"><br clear="none"><br clear="none"></div><div class="yiv1842283891yqt4962790678" id="yiv1842283891yqt90793"></div></div></div></div><div class=".yiv1842283891yahoo_quoted"> <div style="font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px;"> <div style="font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:16px;"> <div dir="ltr"><font size="2" face="Arial"> On Tuesday, January 17, 2017 5:48 AM, "HAVENER, KEVIN F GS-12 USAF ACC 14 WS/WXED" <kevin.havener@us.af.mil> wrote:<br clear="none"></font></div> <br clear="none"><br clear="none"> <div class="yiv1842283891y_msg_container">I just installed the Ubuntu ncl-ncarg package on my Ubuntu laptop to see what would happen. Surprisingly, this turned out to be a recent-ish6.3 install (on 16.10, yakkety). It set no NCL related variables that I could find, but it did lead me to the more obvious "where in your path list does ncl show up?" You would want the location of your 6.3 to be listed before the location of 6.1.2. Ubuntu installed it in /usr/bin, so if you installed your 6.3.0 in /opt or /usr/local/bin, make sure that path comes before /usr/bin in your path list.<br clear="none"><br clear="none">The Ubuntu install did not affect either my conda-installed ncl_stable or ncl_test that I noticed.<br clear="none"><br clear="none">Kevin Havener<br clear="none"><br clear="none"><br clear="none">-----Original Message-----<br clear="none">From: <a rel="nofollow" shape="rect" ymailto="mailto:ncl-install-bounces@ucar.edu" target="_blank" href="mailto:ncl-install-bounces@ucar.edu">ncl-install-bounces@ucar.edu</a> [mailto:<a rel="nofollow" shape="rect" ymailto="mailto:ncl-install-bounces@ucar.edu" target="_blank" href="mailto:ncl-install-bounces@ucar.edu">ncl-install-bounces@ucar.edu</a>] On Behalf Of HAVENER, KEVIN F GS-12 USAF ACC 14 WS/WXED<br clear="none">Sent: Tuesday, January 17, 2017 8:01 AM<br clear="none">To: JP Kalb <<a rel="nofollow" shape="rect" ymailto="mailto:jpkalb1990@yahoo.com" target="_blank" href="mailto:jpkalb1990@yahoo.com">jpkalb1990@yahoo.com</a>>; Mary Haley <<a rel="nofollow" shape="rect" ymailto="mailto:haley@ucar.edu" target="_blank" href="mailto:haley@ucar.edu">haley@ucar.edu</a>><br clear="none">Cc: <a rel="nofollow" shape="rect" ymailto="mailto:ncl-install@ucar.edu" target="_blank" href="mailto:ncl-install@ucar.edu">ncl-install@ucar.edu</a><br clear="none">Subject: Re: [ncl-install] NCL Ubuntu<br clear="none"><br clear="none">If you don't need 6.1.2, then I'd suggest 'sudo apt-get remove ncl" it. If you really need both versions then you need to de-conflict the two installations. If you use the commands that Mary gave you, you will see that your Ubuntu is trying to use the 6.1.2 version. I have successfully used the Ubuntu installed version and a newer version in the past but I forget the mojo. It does matter where and when you set your NCARG_ROOT. One possible error: assuming bash, you set it in your .bash_profile, not your .bashrc. In this situation your login shell knows NCARG_ROOT, but no other terminal you open will. So either don't set it in .bash_profile or have bash_profile source .bashrc as the last act in your .bash_profile.<br clear="none"><br clear="none">I think also if you do the 'env' command below, I think you will find that the Ubuntu package sets some other environment variables that are similar to, but different than 'NCARG_ROOT'. You will need to figure out how to unset those. Easiest way is to remove 6.1.2, which I highly recommend.<br clear="none"><br clear="none">Kevin Havener<br clear="none"><br clear="none">-----Original Message-----<br clear="none">From: <a rel="nofollow" shape="rect" ymailto="mailto:ncl-install-bounces@ucar.edu" target="_blank" href="mailto:ncl-install-bounces@ucar.edu">ncl-install-bounces@ucar.edu</a> [mailto:<a rel="nofollow" shape="rect" ymailto="mailto:ncl-install-bounces@ucar.edu" target="_blank" href="mailto:ncl-install-bounces@ucar.edu">ncl-install-bounces@ucar.edu</a>] On Behalf Of JP Kalb<br clear="none">Sent: Tuesday, January 17, 2017 12:50 AM<br clear="none">To: Mary Haley <<a rel="nofollow" shape="rect" ymailto="mailto:haley@ucar.edu" target="_blank" href="mailto:haley@ucar.edu">haley@ucar.edu</a>><br clear="none">Cc: <a rel="nofollow" shape="rect" ymailto="mailto:ncl-install@ucar.edu" target="_blank" href="mailto:ncl-install@ucar.edu">ncl-install@ucar.edu</a><br clear="none">Subject: Re: [ncl-install] NCL Ubuntu<br clear="none"><br clear="none">Hi Mary,<br clear="none">I set my <br clear="none">NCARG_ROOT=/usr/local/lib/NCL6.3/<br clear="none">but my ncl is at /usr/bin/ncl and version 6.1.2<br clear="none"> <br clear="none">JP Kalb<br clear="none"><br clear="none"><br clear="none">On Monday, January 16, 2017 9:47 PM, Mary Haley <<a rel="nofollow" shape="rect" ymailto="mailto:haley@ucar.edu" target="_blank" href="mailto:haley@ucar.edu">haley@ucar.edu</a>> wrote:<br clear="none"><br clear="none"><br clear="none"><br clear="none">JP,<br clear="none"><br clear="none">How exactly and where are you setting NCARG_ROOT?<br clear="none"><br clear="none">If you type the following at the UNIX prompt from a Terminal window, what does it report?<br clear="none"><br clear="none">env | grep NCARG<br clear="none">which ncl<br clear="none">ncl -V<br clear="none"><br clear="none">If you are setting anything other than NCARG_ROOT, then uncomment these from whatever .* file in your home directory is setting them.<br clear="none"><br clear="none">--Mary<br clear="none"><br clear="none"><br clear="none">On Mon, Jan 16, 2017 at 7:30 PM, JP Kalb <<a rel="nofollow" shape="rect" ymailto="mailto:jpkalb1990@yahoo.com" target="_blank" href="mailto:jpkalb1990@yahoo.com">jpkalb1990@yahoo.com</a> <mailto:<a rel="nofollow" shape="rect" ymailto="mailto:jpkalb1990@yahoo.com" target="_blank" href="mailto:jpkalb1990@yahoo.com">jpkalb1990@yahoo.com</a>> > wrote:<br clear="none"><br clear="none"><br clear="none"><br clear="none"> Hi there,<br clear="none"> I am having trouble setting my NCL on my Ubuntu WSL. I keep trying export NCARG_ROOT= wherever my NCL6.3 is but it keeps thinking the NCARG_ROOT is the ncl that I sudo apt-get installed. How can I fix this?<br clear="none"> <br clear="none"> <br clear="none"> Thanks,<br clear="none"> <br clear="none"> <br clear="none"> JP Kalb<br clear="none"><br clear="none"><br clear="none"><br clear="none"> ______________________________ _________________<br clear="none"> ncl-install mailing list<br clear="none"> List instructions, subscriber options, unsubscribe:<br clear="none"> <a rel="nofollow" shape="rect" target="_blank" href="http://mailman.ucar.edu/">http://mailman.ucar.edu/ </a>mailman/listinfo/ncl-install <<a rel="nofollow" shape="rect" target="_blank" href="http://mailman.ucar.edu/mailman/listinfo/ncl-install">http://mailman.ucar.edu/mailman/listinfo/ncl-install</a>> <div class="yiv1842283891yqt2283422724" id="yiv1842283891yqtfd40886"><br clear="none"> <br clear="none"> <br clear="none"><br clear="none"><br clear="none"><br clear="none"><br clear="none">_______________________________________________<br clear="none">ncl-install mailing list<br clear="none">List instructions, subscriber options, unsubscribe:<br clear="none"><a rel="nofollow" shape="rect" target="_blank" href="http://mailman.ucar.edu/mailman/listinfo/ncl-install">http://mailman.ucar.edu/mailman/listinfo/ncl-install</a></div><br clear="none"><br clear="none"></div> </div> </div> </div></div></body></html>