質問編集履歴

1

個人情報を削除しました

2019/05/28 08:47

投稿

begenner
begenner

スコア79

test CHANGED
File without changes
test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  ```bash
4
4
 
5
- /Users/toshihiro/.zshrc:9: command not found: rbenv
5
+ /Users/xxxxx/.zshrc:9: command not found: rbenv
6
6
 
7
7
  ```
8
8
 
@@ -24,7 +24,7 @@
24
24
 
25
25
  ###エラー内容
26
26
 
27
- - `/Users/toshihiro/.zshrc:9: command not found: rbenv`のエラーが表示される
27
+ - `/Users/xxxxx/.zshrc:9: command not found: rbenv`のエラーが表示される
28
28
 
29
29
  - rubyのバージョンがitermを再起動するたびにmac初期の`2.3.7`になってしまう
30
30
 
@@ -32,13 +32,13 @@
32
32
 
33
33
  # (起動時 or 新規タブ読み込み時)
34
34
 
35
- #=>/Users/toshihiro/.zshrc:9: command not found: rbenv
35
+ #=>/Users/xxxxx/.zshrc:9: command not found: rbenv
36
36
 
37
37
 
38
38
 
39
39
  $ rbenv version
40
40
 
41
- #=>2.3.8 (set by /Users/toshihiro/programs/ruby/shuukatu/.ruby-version)
41
+ #=>2.3.8 (set by /Users/xxxxx/programs/ruby/directory-name/.ruby-version)
42
42
 
43
43
 
44
44
 
@@ -98,9 +98,9 @@
98
98
 
99
99
  /usr/local/sbin
100
100
 
101
- /Users/toshihiro/.rbenv/bin
101
+ /Users/xxxxx/.rbenv/bin
102
-
102
+
103
- /Users/toshihiro/.bin
103
+ /Users/xxxxx/.bin
104
104
 
105
105
  /usr/bin
106
106
 
@@ -240,7 +240,7 @@
240
240
 
241
241
  # Path to your oh-my-zsh installation.
242
242
 
243
- export ZSH="/Users/toshihiro/.oh-my-zsh"
243
+ export ZSH="/Users/xxxxx/.oh-my-zsh"
244
244
 
245
245
 
246
246