From e54320412d2b4d8685d6d57ae07b735bd1ef1df8 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Tue, 29 Apr 2014 16:42:05 -0400 Subject: [PATCH] Add Mavericks install notes --- docsite/rst/intro_installation.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index fb1f7fabf4..8fb7978401 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -230,6 +230,10 @@ Then install Ansible with:: $ sudo pip install ansible +If you are installing on OS X Mavericks, you may encounter some noise from your compiler. A workaround is to do the following:: + + $ sudo CFLAGS=-Qunused-arguments CPPFLAGS=-Qunused-arguments pip install ansible + Readers that use virtualenv can also install Ansible under virtualenv, though we'd recommend to not worry about it and just install Ansible globally. Do not use easy_install to install ansible directly. .. _tagged_releases: