mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 23:03:53 -05:00
not actually, Homebrew only provides a static library
4
Home.md
4
Home.md
@@ -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:
|
(`xcode-select --install`) and [Homebrew](http://brew.sh/). Then:
|
||||||
|
|
||||||
```sh
|
```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):
|
As an alternative to Homebrew, you can use dependencies from [MacPorts](https://www.macports.org/install.php):
|
||||||
|
|
||||||
```sh
|
```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**
|
* **Older MacOS releases**
|
||||||
|
|||||||
Reference in New Issue
Block a user