回答編集履歴
1
追記
answer
CHANGED
@@ -1,3 +1,29 @@
|
|
1
1
|
$ rbenv install --list-all
|
2
2
|
|
3
|
-
と実行してみてください。
|
3
|
+
と実行してみてください。
|
4
|
+
|
5
|
+
```ここに言語を入力
|
6
|
+
$ rbenv help install
|
7
|
+
|
8
|
+
Usage: rbenv install [-f|-s] [-kpv] <version>
|
9
|
+
rbenv install [-f|-s] [-kpv] <definition-file>
|
10
|
+
rbenv install -l|--list
|
11
|
+
rbenv install --version
|
12
|
+
|
13
|
+
-l/--list List latest stable versions for each Ruby
|
14
|
+
-L/--list-all List all local versions
|
15
|
+
-f/--force Install even if the version appears to be installed already
|
16
|
+
-s/--skip-existing Skip if the version appears to be installed already
|
17
|
+
|
18
|
+
ruby-build options:
|
19
|
+
|
20
|
+
-k/--keep Keep source tree in $RBENV_BUILD_ROOT after installation
|
21
|
+
(defaults to $RBENV_ROOT/sources)
|
22
|
+
-p/--patch Apply a patch from stdin before building
|
23
|
+
-v/--verbose Verbose mode: print compilation status to stdout
|
24
|
+
--version Show version of ruby-build
|
25
|
+
|
26
|
+
For detailed information on installing Ruby versions with
|
27
|
+
ruby-build, including a list of environment variables for adjusting
|
28
|
+
compilation, see: https://github.com/rbenv/ruby-build#usage
|
29
|
+
```
|