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
@@ -123,15 +122,15 @@ You can use Java classes in your IRuby notebook.
123
122
After installation, make sure that your `env` is set up to use jruby.
124
123
125
124
```shell
126
-
$ env ruby -v
125
+
env ruby -v
127
126
```
128
127
129
128
If you use RVM, it is enough to switch the current version to jruby.
130
129
131
130
If you have already used IRuby with a different version, you need to generate a new kernel:
132
131
133
132
```shell
134
-
$ iruby register --force
133
+
iruby register --force
135
134
```
136
135
137
136
### Install the development version of IRuby
@@ -182,7 +181,7 @@ Contributions to IRuby are very welcome.
182
181
183
182
To former contributors
184
183
185
-
In February 2021, [IRuby became the canonical repository](https://github.com/SciRuby/iruby/issues/285) and is no longer a fork from [minrk/iruby](https://github.com/minrk/iruby). Please fork from this repository again before making pull requests.
184
+
In February 2021, [IRuby became the canonical repository](https://github.com/SciRuby/iruby/issues/285) and is no longer a fork from [minrk/iruby](https://github.com/minrk/iruby). Please fork from this repository again before making pull requests.
0 commit comments