diff options
author | bt <bt@web> | 2024-01-18 12:09:40 -0500 |
---|---|---|
committer | IkiWiki <ikiwiki.info> | 2024-01-18 12:09:40 -0500 |
commit | 8b3b7f96c25367d4da34f8060e697886f67b5cb8 (patch) | |
tree | 8f647171107a0b51ed47dc133153acaa57cbc47e /posts/rvm.md | |
parent | 0960860a52ea3115a3e939587dc759395454550a (diff) |
Diffstat (limited to 'posts/rvm.md')
-rw-r--r-- | posts/rvm.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/posts/rvm.md b/posts/rvm.md index d412a1d..20c0f27 100644 --- a/posts/rvm.md +++ b/posts/rvm.md @@ -32,6 +32,13 @@ Now we can remove everything and properly link to `rvm`: source ~/.rvm/scripts/rvm +**Note**: If you plan to work with `bundler` be sure to do the following before installing ruby versions via `rvm`: + + + rvm pkg install openssl + rvm pkg install libyaml + + Now you can freely install any version of Ruby that you desire! |