mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-12 13:33:45 -05:00
Add Linuxbrew needed packages
9
Home.md
9
Home.md
@@ -28,7 +28,7 @@ environment.
|
||||
* **Mac OS X:**
|
||||
|
||||
If you haven't done so, install Xcode Command Line Tools
|
||||
(`xcode-select --install`) and [Homebrew][]. Then:
|
||||
(`xcode-select --install`) and [Homebrew](http://brew.sh/). Then:
|
||||
|
||||
```sh
|
||||
# optional, but recommended:
|
||||
@@ -73,6 +73,13 @@ FIXME: you may need to install `xz` to build some CPython version
|
||||
pacman -S base-devel openssl zlib
|
||||
```
|
||||
|
||||
* **Linuxbrew:**
|
||||
|
||||
```sh
|
||||
brew install bzip2 openssl readline sqlite xz
|
||||
```
|
||||
|
||||
|
||||
See also [Common build problems](https://github.com/yyuu/pyenv/wiki/Common-build-problems) for further information.
|
||||
|
||||
### How is this better than pythonbrew and pythonz?
|
||||
|
||||
Reference in New Issue
Block a user