mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-08 11:33:49 -05:00
Updated Home (markdown)
12
Home.md
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:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user