在本地,我可以安装rebar、get-deps和编译。在C9上,我执行完全相同的步骤,得到bash: rebar:命令,在执行rebar -deps时没有找到。
我的终端正在运行-bash。不知道我还能做什么。
我试过钢筋/钢筋和./钢筋
使用此钢筋版本:https://github.com/rebar/rebar
发布于 2015-11-24 16:36:28
使用sudo apt-get install rebar安装钢筋,然后运行rebar。
发布于 2016-01-05 08:38:18
手动安装钢筋
git clone https://github.com/basho/rebar.git
cd rebar && make它将生成一个exec文件:rebar。您可以将其复制到项目目录或/usr/local/bin中。
https://stackoverflow.com/questions/33895773
复制相似问题