mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-02 18:41:06 -05:00
Documentation unclear
Clarified how to finish installation by setting a Ruby version either globally or locally.
This commit is contained in:
parent
615f8443fe
commit
fb9130e85a
1 changed files with 2 additions and 0 deletions
|
@ -282,6 +282,8 @@ $ rbenv install -l
|
||||||
$ rbenv install 2.0.0-p247
|
$ rbenv install 2.0.0-p247
|
||||||
~~~
|
~~~
|
||||||
|
|
||||||
|
Set a Ruby version to finish installation and start using commands `rbenv global 2.0.0-p247` or `rbenv local 2.0.0-p247`
|
||||||
|
|
||||||
Alternatively to the `install` command, you can download and compile
|
Alternatively to the `install` command, you can download and compile
|
||||||
Ruby manually as a subdirectory of `~/.rbenv/versions/`. An entry in
|
Ruby manually as a subdirectory of `~/.rbenv/versions/`. An entry in
|
||||||
that directory can also be a symlink to a Ruby version installed
|
that directory can also be a symlink to a Ruby version installed
|
||||||
|
|
Loading…
Reference in a new issue