美文网首页
安装octave

安装octave

作者: H_f129 | 来源:发表于2019-04-15 13:04 被阅读0次

    1.先在官网下载homebrew

    https://brew.sh/index_zh-cn.html

    2.执行命令

    brew update

    brew install octave

    3.中间安装jdk

    oracle官网下载jdk

    直接安装

    测试命令: /usr/libexec/java_home -V

    4.设置环境变量

    exportOCTAVE_HOME=/usr/local/Cellar/octave/5.1.0

    exportPATH=$PATH:$OCTAVE_HOME/bin

    相关文章

      网友评论

          本文标题:安装octave

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