确保已经安装erlang/otp,这是rebar3编译安装前提条件

【1】安装

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


安装完成提示:
===> Extracting rebar3 libs to /home/pengyong/.cache/rebar3/vsns/3.16.0+build.5031.refe44c884/lib...
===> Writing rebar3 run script /home/pengyong/.cache/rebar3/bin/rebar3...
===> Add to $PATH for use: export PATH=/home/pengyong/.cache/rebar3/bin:$PATH

 

【2】配置

当前用户下:
gedit ~/.bashrc
export PATH=/home/pengyong/.cache/rebar3/bin:$PATH

注:路径按安装完成提示设置
source ~/.bashrc
验证:rebar3 -v

 

Logo

开放原子开发者工作坊旨在鼓励更多人参与开源活动,与志同道合的开发者们相互交流开发经验、分享开发心得、获取前沿技术趋势。工作坊有多种形式的开发者活动,如meetup、训练营等,主打技术交流,干货满满,真诚地邀请各位开发者共同参与!

更多推荐