[ncl-install] Conda activate ncl_stable returns - fi: Command not found.

Kevin Hallock hallock at ucar.edu
Wed May 6 13:22:15 MDT 2020


Hi Karin,

Thank you for letting us know about this!

Which shell are you using? When a conda environment is activated, conda runs “source $CONDA_PREFIX/etc/conda/ncl-activate.sh” under the hood to set NCARG_ROOT automatically. This post-activate script is written with Bash syntax, although it should work for any shell that is Bash-compatible.

A PyNGL conda environment will experience the same issue because it has a dependency on the NCL package, which is what contains the activate script.

Thanks again,
Kevin

> On May 6, 2020, at 5:44 AM, Karin Meier-Fleischer via ncl-install <ncl-install at ucar.edu> wrote:
> 
> Same for pyngl installation
> 
> >> conda create -n pyngl3 pynio pyngl
> 
> >> conda activate pyngl3
> fi: Command not found.
> 
> 
> Am 06.05.20 um 13:21 schrieb Karin Meier-Fleischer via ncl-install:
>> Hi,
>> after installing NCL 6.6.2 with miniconda on a new MacBook (mac OS 10.15.4) it results in a warning
>> >> conda create -n ncl_stable -c conda-forge ncl
>> >> conda activate ncl_stable
>> fi: Command not found.
>> >> ncl -V
>> 6.6.2
>> It seems to work but just to mention it here.
>> Ciao,
>> Karin
>> _______________________________________________
>> ncl-install mailing list
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-install
> _______________________________________________
> ncl-install mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-install



More information about the ncl-install mailing list