Skip to content

Instantly share code, notes, and snippets.

@petericebear
Created January 19, 2017 12:49
Show Gist options
  • Save petericebear/1feabf70fca97ddde20c760794876adf to your computer and use it in GitHub Desktop.
Save petericebear/1feabf70fca97ddde20c760794876adf to your computer and use it in GitHub Desktop.
Update Ansible to devel while using Homebrew
cd /usr/local/Cellar/ansible/ && git clone https://github.com/ansible/ansible.git --recursive devel
cd /usr/local/Cellar/ansible/devel && git submodule update --init --recursive
sudo make install
source hacking/env-setup
brew switch ansible devel
brew link --overwrite ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment