1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

aws sam -cliがインストールできないときの解決策

Posted at

とりあえずやってみる

ドキュメント通りやってみる。
https://docs.aws.amazon.com/ja_jp/serverless-application-model/latest/developerguide/serverless-sam-cli-install-mac.html

command not found: aws が出る
pathとかも通ってるはず。。。

解決策

pip install awscliがうまくいってなかった。

sudo pip install awscli --ignore-installed six

これで解決!
インストールできてないものがあってもうまくやってくれるオプションらしい。

参考

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?