Skip to content

Instantly share code, notes, and snippets.

@ericmdev
Last active December 23, 2015 19:03
Show Gist options
  • Save ericmdev/f65ea2797b24dcb0c7f1 to your computer and use it in GitHub Desktop.
Save ericmdev/f65ea2797b24dcb0c7f1 to your computer and use it in GitHub Desktop.
Install Ansible on Mac OS X El Capitan via Pip.
#!/bin/sh
sudo easy_install pip
sudo pip install ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment