1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-16 07:13:53 -05:00

not actually, Homebrew only provides a static library

native-api
2025-08-28 10:35:57 +03:00
parent 43458be462
commit dfde4234a0

@@ -25,13 +25,13 @@ distros like Alma/Rocky Linux 8 and Ubuntu 20.04. See [PEP
(`xcode-select --install`) and [Homebrew](http://brew.sh/). Then:
```sh
brew install openssl readline sqlite3 xz zlib bzip2 tcl-tk@8 libb2 zstd
brew install openssl readline sqlite3 xz zlib tcl-tk@8 libb2 zstd
```
As an alternative to Homebrew, you can use dependencies from [MacPorts](https://www.macports.org/install.php):
```sh
sudo port install pkgconfig openssl zlib bzip2 xz gdbm tcl tk +quartz sqlite3 sqlite3-tcl zstd
sudo port install pkgconfig openssl zlib xz gdbm tcl tk +quartz sqlite3 sqlite3-tcl zstd
```
* **Older MacOS releases**