mirror of
https://github.com/pyenv/pyenv.git
synced 2024-12-04 15:22:12 -05:00
Fix wiki link, add note about plugins
This commit is contained in:
parent
98412dba80
commit
acdd8a95bd
1 changed files with 4 additions and 1 deletions
|
@ -15,6 +15,8 @@ rbenv local 3.1.2
|
||||||
|
|
||||||
Doing so will create or update the `.ruby-version` file in the current directory with the version that you've chosen. A different project of yours that is another directory might be using a different version of Ruby altogether—rbenv will seamlessly transition from one Ruby version to another when you switch projects.
|
Doing so will create or update the `.ruby-version` file in the current directory with the version that you've chosen. A different project of yours that is another directory might be using a different version of Ruby altogether—rbenv will seamlessly transition from one Ruby version to another when you switch projects.
|
||||||
|
|
||||||
|
Finally, almost every aspect of rbenv's mechanism is [customizable via plugins][plugins] written in bash.
|
||||||
|
|
||||||
The simplicity of rbenv has its benefits, but also some downsides. See the [comparison of version managers][alternatives] for more details and some alternatives.
|
The simplicity of rbenv has its benefits, but also some downsides. See the [comparison of version managers][alternatives] for more details and some alternatives.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
@ -336,4 +338,5 @@ tracker](https://github.com/rbenv/rbenv/issues).
|
||||||
|
|
||||||
[ruby-build]: https://github.com/rbenv/ruby-build#readme
|
[ruby-build]: https://github.com/rbenv/ruby-build#readme
|
||||||
[hooks]: https://github.com/rbenv/rbenv/wiki/Authoring-plugins#rbenv-hooks
|
[hooks]: https://github.com/rbenv/rbenv/wiki/Authoring-plugins#rbenv-hooks
|
||||||
[alternatives]: https://github.com/rbenv/rbenv/wiki/Other-version-managers
|
[alternatives]: https://github.com/rbenv/rbenv/wiki/Comparison-of-version-managers
|
||||||
|
[plugins]: https://github.com/rbenv/rbenv/wiki/Plugins
|
||||||
|
|
Loading…
Reference in a new issue