mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
Don't recommend installing ansible via homebrew
This commit is contained in:
parent
02b03cfdf5
commit
fa076591c9
1 changed files with 4 additions and 7 deletions
|
@ -242,17 +242,14 @@ You may also wish to install from ports, run:
|
||||||
|
|
||||||
$ sudo make -C /usr/ports/sysutils/ansible install
|
$ sudo make -C /usr/ports/sysutils/ansible install
|
||||||
|
|
||||||
.. _from_brew:
|
.. _on_macos:
|
||||||
|
|
||||||
Latest Releases Via Homebrew (Mac OSX)
|
Latest Releases on Mac OSX
|
||||||
++++++++++++++++++++++++++++++++++++++
|
++++++++++++++++++++++++++++++++++++++
|
||||||
|
|
||||||
To install on a Mac, make sure you have Homebrew, then run:
|
The preferred way to install ansible on a Mac is via pip.
|
||||||
|
|
||||||
.. code-block:: bash
|
The instructions can be found in `Latest Releases Via Pip`_ section.
|
||||||
|
|
||||||
$ brew update
|
|
||||||
$ brew install ansible
|
|
||||||
|
|
||||||
.. _from_pkgutil:
|
.. _from_pkgutil:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue