mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-10 20:43:48 -05:00
Updated Home (markdown)
12
Home.md
12
Home.md
@@ -21,6 +21,18 @@ environment.
|
|||||||
brew install openssl readline sqlite3 xz zlib tcl-tk
|
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:**
|
* **Ubuntu/Debian/Mint:**
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Reference in New Issue
Block a user