-
Notifications
You must be signed in to change notification settings - Fork 632
Add installation method: rbenv for Windows #2915
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -336,6 +336,16 @@ plugin can. Both tools are available for macOS, Linux, or other | |||||
UNIX-like operating systems. | ||||||
|
||||||
|
||||||
### rbenv for Windows | ||||||
{: #rbenv-for-windows} | ||||||
|
||||||
[rbenv for Windows][rbenv-for-windows] allows you to install and | ||||||
manage multiple installations of Ruby on Windows. It's written in | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
https://github.com/ruby/www.ruby-lang.org/actions/runs/3639199716/jobs/6153813956#step:6:46 |
||||||
PowerShell thus providing a native way to use Ruby for Windows users. | ||||||
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
same. |
||||||
Besides, the command line interface is compatible with [rbenv][rbenv] | ||||||
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
same. |
||||||
on UNIX-like systems. | ||||||
|
||||||
|
||||||
### RVM ("Ruby Version Manager") | ||||||
{: #rvm} | ||||||
|
||||||
|
@@ -375,6 +385,7 @@ though, because the installed Ruby won't be managed by any tools. | |||||
|
||||||
[rvm]: http://rvm.io/ | ||||||
[rbenv]: https://github.com/rbenv/rbenv#readme | ||||||
[rbenv-for-windows]: https://github.com/ccmywish/rbenv-for-windows#readme | ||||||
[ruby-build]: https://github.com/rbenv/ruby-build#readme | ||||||
[ruby-install]: https://github.com/postmodern/ruby-install#readme | ||||||
[chruby]: https://github.com/postmodern/chruby#readme | ||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same.