Node.js project created via CodeStart template not installing Homebrew

0

Node.js project created via CodeStart template not installing Homebrew as per instructions : https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-cli-install-linux.html

[root@ip-xxx-xx-xx-xxx environment]# test -d /home/linuxbrew/.linuxbrew && eval $(/home/linuxbrew/.linuxbrew/bin/brew shellenv)
bash: /home/linuxbrew/.linuxbrew/bin/brew: No such file or directory

已提问 4 年前160 查看次数
1 回答
0

Found solution to above problem :

sh -c "$(curl -fsSL https://raw.githubusercontent.com/Linuxbrew/install/master/install.sh)"
pip install aws-sam-cli

Everything is working perfectly !!!

已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则