mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-14 20:39:55 -05:00
Better document installing the HEAD version with Homebrew
This commit is contained in:
parent
5e4879a2bc
commit
8f8a5e03b4
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue