Add Mavericks install notes

This commit is contained in:
Michael DeHaan 2014-04-29 16:42:05 -04:00
parent 0720af11ae
commit e54320412d

View file

@ -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: