You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Next step we have to refresh the shell to make the binaries available. This can be achieved
66
66
by either the following command or opening a new terminal:
67
67
```console
68
-
$ exec$SHELL
68
+
$ exec$SHELL -l
69
69
```
70
70
71
71
Now you can install Ruby simply via `rbenv install`
@@ -81,14 +81,8 @@ Use this command if you do not want rubygems to install the documentation for ea
81
81
$ echo"gem: --no-document">~/.gemrc
82
82
```
83
83
84
-
Install bundler
84
+
Install bundler:
85
85
86
86
```console
87
87
$ gem install bundler
88
88
```
89
-
90
-
Whenever you install a new version of Ruby or a gem, you should run the rehash sub-command. This will make executables known to rbenv, which will allow us to run those executables:
0 commit comments