Add Mavericks install notes

pull/7134/merge
Michael DeHaan 10 years ago
parent 0720af11ae
commit e54320412d

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

Loading…
Cancel
Save