mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-16 15:23:53 -05:00
Put prerequisite for installation before install (#1750)
This prevents people from jumping the gun and trying to install a python version right after brew install.
This commit is contained in:
@@ -167,6 +167,10 @@ We'd recommend to install pyenv-virtualenv as well if you have some plan to play
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
### Prerequisites:
|
||||||
|
|
||||||
|
For pyenv to install python correctly you should [**install the Python build dependencies**](https://github.com/pyenv/pyenv/wiki#suggested-build-environment).
|
||||||
|
|
||||||
### Homebrew on macOS
|
### Homebrew on macOS
|
||||||
|
|
||||||
1. Consider installing with [Homebrew](https://brew.sh)
|
1. Consider installing with [Homebrew](https://brew.sh)
|
||||||
|
|||||||
Reference in New Issue
Block a user