Better document installing the HEAD version with Homebrew

This commit is contained in:
native-api 2024-02-15 22:40:53 +03:00 committed by GitHub
parent 5e4879a2bc
commit 8f8a5e03b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -209,10 +209,15 @@ As far as Pyenv is concerned, version names are simply directories under
brew update brew update
brew install pyenv brew install pyenv
``` ```
2. Then follow the rest of the post-installation steps, starting with If you want to install (and update to) the latest development head of Pyenv
rather than the latest release, instead run:
```sh
brew install pyenv --head
```
3. Then follow the rest of the post-installation steps, starting with
[Set up your shell environment for Pyenv](#set-up-your-shell-environment-for-pyenv). [Set up your shell environment for Pyenv](#set-up-your-shell-environment-for-pyenv).
3. OPTIONAL. To fix `brew doctor`'s warning _""config" scripts exist outside your system or Homebrew directories"_ 4. OPTIONAL. To fix `brew doctor`'s warning _""config" scripts exist outside your system or Homebrew directories"_
If you're going to build Homebrew formulae from source that link against Python If you're going to build Homebrew formulae from source that link against Python
like Tkinter or NumPy like Tkinter or NumPy
@ -504,7 +509,7 @@ If you've installed Pyenv using Homebrew, upgrade using:
brew upgrade pyenv brew upgrade pyenv
``` ```
To switch from a release to the latest development version of Pyenv, use: To switch from a release to the latest development head of Pyenv, use:
```sh ```sh
brew uninstall pyenv brew uninstall pyenv