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