mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
update README about Homebrew
This commit is contained in:
parent
499edda1d7
commit
b726ace943
1 changed files with 21 additions and 0 deletions
21
README.md
21
README.md
|
@ -38,6 +38,7 @@ This project was forked from [rbenv](https://github.com/sstephenson/rbenv) and
|
||||||
* [Installation](#installation)
|
* [Installation](#installation)
|
||||||
* [Basic GitHub Checkout](#basic-github-checkout)
|
* [Basic GitHub Checkout](#basic-github-checkout)
|
||||||
* [Upgrading](#upgrading)
|
* [Upgrading](#upgrading)
|
||||||
|
* [Homebrew on Mac OS X](#homebrew-on-mac-os-x)
|
||||||
* [Neckbeard Configuration](#neckbeard-configuration)
|
* [Neckbeard Configuration](#neckbeard-configuration)
|
||||||
* [Uninstalling Python Versions](#uninstalling-python-versions)
|
* [Uninstalling Python Versions](#uninstalling-python-versions)
|
||||||
* [Command Reference](#command-reference)
|
* [Command Reference](#command-reference)
|
||||||
|
@ -137,6 +138,9 @@ Version names to pyenv are simply the names of the directories in
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
If you're on Mac OS X, consider
|
||||||
|
[installing with Homebrew](#homebrew-on-mac-os-x).
|
||||||
|
|
||||||
### Basic GitHub Checkout
|
### Basic GitHub Checkout
|
||||||
|
|
||||||
This will get you going with the latest version of pyenv and make it
|
This will get you going with the latest version of pyenv and make it
|
||||||
|
@ -198,6 +202,23 @@ tag:
|
||||||
v0.1.0
|
v0.1.0
|
||||||
$ git checkout v0.1.0
|
$ git checkout v0.1.0
|
||||||
|
|
||||||
|
### Homebrew on Mac OS X
|
||||||
|
|
||||||
|
You can also install pyenv using the
|
||||||
|
[Homebrew](http://mxcl.github.com/homebrew/) package manager on Mac OS
|
||||||
|
X.
|
||||||
|
|
||||||
|
~~
|
||||||
|
$ brew update
|
||||||
|
$ brew install pyenv
|
||||||
|
~~
|
||||||
|
|
||||||
|
To later update these installs, use `upgrade` instead of `install`.
|
||||||
|
|
||||||
|
Afterwards you'll still need to add `eval "$(pyenv init -)"` to your
|
||||||
|
profile as stated in the caveats. You'll only ever have to do this
|
||||||
|
once.
|
||||||
|
|
||||||
### Neckbeard Configuration
|
### Neckbeard Configuration
|
||||||
|
|
||||||
Skip this section unless you must know what every line in your shell
|
Skip this section unless you must know what every line in your shell
|
||||||
|
|
Loading…
Reference in a new issue