1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-15 14:53:53 -05:00

Updated Home (markdown)

native-api
2025-10-11 00:27:19 +03:00
parent 3875663ea9
commit 408a34b6b1

@@ -19,17 +19,18 @@ version 1.4.5 or newer. This version is not available in some extended-release
distros like Alma/Rocky Linux 8 and Ubuntu 20.04. See [PEP
784](https://peps.python.org/pep-0784/) for more details.
Tcl/Tk 9 support in 3.14.0 is experimental (e.g. there are test failures)
so we still recommend building against Tcl/Tk 8 as of this release.
* **Mac OS X:**
If you haven't done so, install Xcode Command Line Tools
(`xcode-select --install`) and [Homebrew](http://brew.sh/). Then:
```sh
brew install openssl readline sqlite3 xz tcl-tk libb2 zstd zlib pkgconfig
brew install openssl readline sqlite3 xz tcl-tk@8 libb2 zstd zlib pkgconfig
```
Python versions before 3.13.0 don't support Tcl/Tk 9.0 so for them, you need to install the `tcl-tk@8` formula.
As an alternative to Homebrew, you can use dependencies from [MacPorts](https://www.macports.org/install.php):
```sh