mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-10 12:33:48 -05:00
+ tcl-tk@8 note
4
Home.md
4
Home.md
@@ -25,9 +25,11 @@ 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 tcl-tk@8 libb2 zstd zlib pkgconfig
|
brew install openssl readline sqlite3 xz tcl-tk 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):
|
As an alternative to Homebrew, you can use dependencies from [MacPorts](https://www.macports.org/install.php):
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user