Skip to content

Instantly share code, notes, and snippets.

@Mulperi
Created January 20, 2020 12:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Mulperi/6576d0401f0a2609db1b351d1f006722 to your computer and use it in GitHub Desktop.
Save Mulperi/6576d0401f0a2609db1b351d1f006722 to your computer and use it in GitHub Desktop.
AWS SAM CLI Path error
If you have installed SAM CLI via homebrew but command 'sam' is not recognized.
type: cd && nano .bashrc
Add this line to your .bashrc file:
export PATH="/home/linuxbrew/.linuxbrew/Cellar/aws-sam-cli/0.40.0/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment