zoukankan      html  css  js  c++  java
  • MacOS配置Erlang开发环境

    Mac下安装Erlang

    brew 的安装:
    $ curl -LsSf http://github.com/mxcl/homebrew/tarball/master | sudo tar xvz -C/usr/local --strip 1 

    升级
    $ sudo brew update

    $ sudo brew install erlang

     报错 执行

    $sudo brew link autoconf

    再次执行

    $sudo brew install erlang

    等待安装完成 即可!


  • 安装 rebar
  • 安装 mad
  • 安装 relx, 如无需部署可先跳过这个步骤
  • 安装 redis, 使用目前的 Stable 版本(2.8.x)即可。
  • 保证上面三个命令 rebar, mad, relx 全部在 PATH



    
查看全文
  • 相关阅读:
    Apache Spark 2.2.0 中文文档
    Apache Spark 2.2.0 中文文档
    Apache Spark 2.2.0 中文文档
    Apache Spark 2.2.0 中文文档
    Apache Spark 2.2.0 中文文档
    Apache Spark RDD(Resilient Distributed Datasets)论文
    Apache Spark 2.2.0 中文文档
    Apache Spark 2.2.0 中文文档
    【机器学习实战】第10章 K-Means(K-均值)聚类算法
    [译]flexbox全揭秘
  • 原文地址:https://www.cnblogs.com/ggzone/p/5094525.html
  • Copyright © 2011-2022 走看看