From 15e9010f3bb15978999c0376ca366aa1bd8b1de9 Mon Sep 17 00:00:00 2001 From: djd0723 <30606485+djd0723@users.noreply.github.com> Date: Tue, 4 Mar 2025 15:43:10 -0500 Subject: [PATCH] Fixes errors when compiling for arm64 https://github.com/pyenv/pyenv/issues/2805#issuecomment-1986429975 --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 21223dc..3094906 100644 --- a/Home.md +++ b/Home.md @@ -18,7 +18,7 @@ environment. (`xcode-select --install`) and [Homebrew](http://brew.sh/). Then: ```sh - brew install openssl readline sqlite3 xz zlib tcl-tk@8 + brew install openssl readline sqlite3 xz zlib tcl-tk@8 libb2 ``` For older operating systems `Homebrew` might not be available so install `pyenv` with: