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年前161ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ