Skip to content

Instantly share code, notes, and snippets.

@jdhom
Last active April 25, 2017 20:49
Show Gist options
  • Save jdhom/bb9084f17d7196a651c2ae03eb84b95a to your computer and use it in GitHub Desktop.
Save jdhom/bb9084f17d7196a651c2ae03eb84b95a to your computer and use it in GitHub Desktop.
Homebrew awscli (stable versus develop version)

Description

Homebrew formula for awscli installs develop and not latest stable version (1.11.80 vs 1.10.38 at time of this typing).

Homebrew formula for 1.10.38

Sample usage...

grab latest dev

brew update && brew install awscli

install 1.10.38

brew unlink awscli
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/21c007e8316dbbd33ca800743e9f3b919dafbdd3/Formula/awscli.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment