From 170b09c03e206e567d6af75841b1af5252b9196c Mon Sep 17 00:00:00 2001 From: Stephen Wong <4060163+yellowcandle@users.noreply.github.com> Date: Wed, 31 Jan 2024 16:39:26 +0800 Subject: [PATCH] the command for homebrew on macOS is ```brew``` --- Common-build-problems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index fcd03c6..91ab9c0 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -77,7 +77,7 @@ Below are some alternative packages that are not in the recommended set and shou Installing versions of Python `>=3.12.1` on some machines may require `ncurses`, which seem to be missing. Install it with: ```sh - homebrew install ncurses + brew install ncurses ``` ## Removing a python version manually