Skip to content

Commit de85c0a

Browse files
authored
Add note about OSX stock Python issues (#138)
Signed-off-by: Webster Mudge <wmudge@cloudera.com>
1 parent f912d08 commit de85c0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,9 @@ To use the projects in `cloudera-deploy`, you need to first set up `ansible-navi
109109
> [!NOTE]
110110
> Further details can be found in the [NAVIGATOR document](https://github.com/cloudera-labs/cldr-runner/blob/main/NAVIGATOR.md) in `cloudera-labs/cldr-runner`.
111111
112+
> [!WARNING]
113+
> 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 another version of Python, such as using `brew`.
114+
112115
Then, clone this project.
113116

114117
```bash

0 commit comments

Comments
 (0)