1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-08 11:33:49 -05:00

Updated Home (markdown)

startergo
2023-10-15 14:08:20 -04:00
parent ecf490d89a
commit b15600117f

12
Home.md

@@ -20,6 +20,18 @@ environment.
```sh
brew install openssl readline sqlite3 xz zlib tcl-tk
```
For older operating systems `Homebrew` might not be available so install `pyenv` with:
```sh
curl https://pyenv.run | bash
```
For dependencies use [MacPorts](https://www.macports.org/install.php):
```sh
sudo port install pkgconfig openssl zlib xz gdbm tcl tk +quartz sqlite3 sqlite3-tcl
```
* **Ubuntu/Debian/Mint:**