I recently moved to using OSX to administrate my linux box, so I'm very new to using linux programs on OSX.
I want to use Vagrant with Ansible to bootstrap my development environment, so I need to install it first.
However I've discovered two ways to install Ansible on OSX:
Pip: http://devopsu.com/guides/ansible-mac-osx.html
Homebrew: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/ansible.rb
I have already installed Ansible with the pip method, since I came across that guide first.
What are the pros and cons with both methods? Should I install Ansible using pip or homebrew?
I have found that easy install interferes with homebrew:
Warning: /usr/bin occurs before /usr/local/bin
This means that system-provided programs will be used instead of those
provided by Homebrew. The following tools exist at both paths:
easy_install
easy_install-2.7