NCAR / ncl

The NCAR Command Language (NCL) is a scripting language for the analysis and visualization of climate and weather data.

Home Page:http://www.ncl.ucar.edu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

installation problem in Mac OS

bjkindia opened this issue · comments

I am trying to post my question but it couldn't allow it why ?

Hello experts
I have installed NCL version 6 with conda by simple command
conda create -n ncl_stable -c conda-forge ncl and after I am trying to source (source activate ncl_stable) as NCL website shows .

But I am getting the following error

 jeevan@MacBook-Pro ~ % source activate ncl_stable
(ncl_stable) jeevan@MacBook-Pro ~ % ncl  
source: no such file or directory: activate

Hi, I have met the same questions in my MacBook. Is there any one who has solve this problem?