Skip to content

Commit

Permalink
Add warning for OSX stock Python (#73)
Browse files Browse the repository at this point in the history
Signed-off-by: Webster Mudge <[email protected]>
  • Loading branch information
wmudge authored Dec 21, 2023
1 parent 4867618 commit 7b6b378
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions NAVIGATOR.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Setting up `ansible-navigator` is easy; you can spin up a new setup in **TWO** s
pip install ansible-core ansible-navigator
```

> [!WARNING]
> On OSX, avoid using the stock Python executable with `ansible-navigator`; users report that the `curses` library in the stock installation is unable to run (throws a segfault). You might want to install a non-stock version of Python, such as using Homebrew or similar.
# Usage

`ansible-navigator` can be viewed as a wrapper around the core Ansible application, like `ansible-playbook`, `ansible-galaxy`, `ansible-doc`, etc. Read more about how to [configure](https://ansible.readthedocs.io/projects/navigator/settings/) your setup and your project execution as well as the [mapping](https://ansible.readthedocs.io/projects/navigator/subcommands/#mapping-ansible-navigator-commands-to-ansible-commands) of and [running](https://ansible.readthedocs.io/projects/navigator/subcommands/) of these subcommands.
Expand Down

0 comments on commit 7b6b378

Please sign in to comment.