mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Add Mavericks install notes
This commit is contained in:
parent
0720af11ae
commit
e54320412d
1 changed files with 4 additions and 0 deletions
|
@ -230,6 +230,10 @@ Then install Ansible with::
|
||||||
|
|
||||||
$ sudo pip install ansible
|
$ 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.
|
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:
|
.. _tagged_releases:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue