mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Merge pull request #91 from javierjulio/docs-rbenv-install-command-for-ruby-build
Using simpler rbenv-install command in ruby-build section
This commit is contained in:
commit
5cf661517b
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ install Ruby 1.9.2-p290, download and unpack the source, then run:
|
||||||
The [ruby-build](https://github.com/sstephenson/ruby-build)
|
The [ruby-build](https://github.com/sstephenson/ruby-build)
|
||||||
project simplifies this process to a single command:
|
project simplifies this process to a single command:
|
||||||
|
|
||||||
$ ruby-build 1.9.2-p290 $HOME/.rbenv/versions/1.9.2-p290
|
$ rbenv install 1.9.2-p290
|
||||||
|
|
||||||
6. Rebuild the shim binaries. You should do this any time you install
|
6. Rebuild the shim binaries. You should do this any time you install
|
||||||
a new Ruby binary (for example, when installing a new Ruby version, or
|
a new Ruby binary (for example, when installing a new Ruby version, or
|
||||||
|
|
Loading…
Reference in a new issue