mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
remove rbenv install
example; clarify manual compile
It can be confusing if people mistake the example as instructions to install ruby-build with.
This commit is contained in:
parent
a1fb5b1153
commit
0d216c2d82
1 changed files with 2 additions and 6 deletions
|
@ -191,12 +191,8 @@ easy to fork and contribute any changes back upstream.
|
||||||
which provides an `rbenv install` command that simplifies the
|
which provides an `rbenv install` command that simplifies the
|
||||||
process of installing new Ruby versions.
|
process of installing new Ruby versions.
|
||||||
|
|
||||||
~~~
|
If you don't want to do this, you can download and compile Ruby
|
||||||
$ rbenv install 2.0.0-p247
|
manually as subdirectories of `~/.rbenv/versions/`.
|
||||||
~~~
|
|
||||||
|
|
||||||
As an alternative, you can download and compile Ruby yourself into
|
|
||||||
`~/.rbenv/versions/`.
|
|
||||||
|
|
||||||
6. Rebuild the shim executables. You should do this any time you
|
6. Rebuild the shim executables. You should do this any time you
|
||||||
install a new Ruby executable (for example, when installing a new
|
install a new Ruby executable (for example, when installing a new
|
||||||
|
|
Loading…
Reference in a new issue