1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-12 13:33:45 -05:00

Add Linuxbrew needed packages

Santiago Castro
2016-09-18 23:40:55 -03:00
parent 76718382c9
commit 625cf5824d

@@ -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?