Skip to content

Instantly share code, notes, and snippets.

@WillSquire
Last active August 30, 2017 20:52
Show Gist options
  • Save WillSquire/5bbef125f9b2b719f19f621eea3ea241 to your computer and use it in GitHub Desktop.
Save WillSquire/5bbef125f9b2b719f19f621eea3ea241 to your computer and use it in GitHub Desktop.
Upgrade Ansible on MacOS

Install Xcode and possibley Command Line Tools also to install compliers needed.

MacOS needs pip resources for the system, as such it's best to ignore upgrading these on the whole system with --ignore-installed:

sudo pip install --ignore-installed --upgrade ansible
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment