ubuntu rebar3 安装

前端之家收集整理的这篇文章主要介绍了ubuntu rebar3 安装前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

git clone https://github.com/erlang/rebar3.git
cd rebar3
./bootstrap

./rebar3 local install

将rebar3文件夹复制到系统目录库下

[root@localhost ERL_LIBS_FILE]# cp rebar3-rf /usr/local/bin

编辑etc/profile并添加其路径

[root@localhost ~]# gedit /etc/profile

文件添加如下代码

export PATH=$PATH:/usr/local/bin/rebar3

然后在shell命令中输入rebar3 compile进行测试

[root@localhost ERL_LIBS_FILE]# rebar3 compile

原文链接:/ubuntu/351852.html

猜你在找的Ubuntu相关文章