美文网首页
(最新版)NCL 6.5.0 在Ubuntu 16.04下的安装

(最新版)NCL 6.5.0 在Ubuntu 16.04下的安装

作者: 小鹿HIT | 来源:发表于2018-07-24 20:00 被阅读0次

6月16号官网发布了NCL 6.5.0, 并且新增了最简便的安装方式:Using conda,现将步骤介绍如下:

一. 下载安装 conda

conda的官方网址 https://conda.io/docs/
官方下载地址 https://conda.io/miniconda.html 依据python版本选择下载,作者的python版本为2.7
官方安装步骤 https://conda.io/docs/user-guide/install/linux.html
输入如下命令,跟据提示进行安装即可:

bash Miniconda3-latest-Linux-x86_64.sh

二. 安装NCL 6.5.0

输入如下命令:

conda create -n ncl_stable -c conda-forge ncl
source activate ncl_stable

安装完成!
输入如下代码,检测安装结果:

ncl -V
 ng4ex xy05n -clean -W png

显示如下:


image.png

相关文章

网友评论

      本文标题:(最新版)NCL 6.5.0 在Ubuntu 16.04下的安装

      本文链接:https://www.haomeiwen.com/subject/llpymftx.html