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

Merge pull request #1209 from altendky/patch-1

Add readme step for installing build deps per wiki
This commit is contained in:
Yamashita, Yuu
2018-08-28 23:32:50 +09:00
committed by GitHub

View File

@@ -219,7 +219,12 @@ easy to fork and contribute any changes back upstream.
```sh ```sh
$ exec "$SHELL" $ exec "$SHELL"
``` ```
5. **Install Python versions into `$(pyenv root)/versions`.**
5. **Install Python build dependencies** before attempting to install a new Python version. The
[pyenv wiki](https://github.com/pyenv/pyenv/wiki) provides suggested installation packages
and commands for various operating systems.
6. **Install Python versions into `$(pyenv root)/versions`.**
For example, to download and install Python 2.7.8, run: For example, to download and install Python 2.7.8, run:
```sh ```sh
$ pyenv install 2.7.8 $ pyenv install 2.7.8