質問編集履歴

2

ご回答を頂いて改めて行ったこと②

2016/08/22 14:47

投稿

yomomimi104snow
yomomimi104snow

スコア16

test CHANGED
File without changes
test CHANGED
@@ -96,7 +96,9 @@
96
96
 
97
97
 
98
98
 
99
- ご回答を頂いて改めて行ったこと
99
+ ご回答を頂いて改めて行ったこと
100
+
101
+ アクション①
100
102
 
101
103
  > $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install
102
104
 
@@ -165,3 +167,27 @@
165
167
  ```
166
168
 
167
169
  です
170
+
171
+
172
+
173
+ アクション②
174
+
175
+ いずれもUserName $ の後ろに
176
+
177
+ > /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" と入力してみると
178
+
179
+ ```ここに言語を入力
180
+
181
+ -bash: curl: command not found
182
+
183
+ ```
184
+
185
+ > ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"と入力して見ると
186
+
187
+ ```ここに言語を入力
188
+
189
+ -bash: curl: command not found
190
+
191
+ -bash: ruby: command not found
192
+
193
+ ```と返されてしまいます。

1

ご回答を寄せていただいたことに関して補足しました。

2016/08/22 14:47

投稿

yomomimi104snow
yomomimi104snow

スコア16

test CHANGED
File without changes
test CHANGED
@@ -93,3 +93,75 @@
93
93
  ※Homebrewのことも良くはわかっておりません。
94
94
 
95
95
  できることなら訂正箇所を修正したいのですが、難しいようならターミナルの内容を初期化したいと考えております。どうぞよろしくお願いします。
96
+
97
+
98
+
99
+ ご回答を頂いて改めて行ったこと
100
+
101
+ > $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install
102
+
103
+ ```ここに言語を入力
104
+
105
+ -bash: curl: command not found
106
+
107
+ -bash: ruby: command not found
108
+
109
+ ```
110
+
111
+ > $ brew doctor
112
+
113
+ ```ここに言語を入力
114
+
115
+ /usr/local/Library/Homebrew/brew.sh: line 71: uname: command not found
116
+
117
+ /usr/local/Library/Homebrew/brew.sh: line 95: uname: command not found
118
+
119
+ /usr/local/Library/Homebrew/brew.sh: line 98: uname: command not found
120
+
121
+ /usr/local/Library/Homebrew/brew.sh: line 101: head: command not found
122
+
123
+ /usr/local/Library/Homebrew/shims/scm/git: line 45: tr: command not found
124
+
125
+ /usr/local/Library/Homebrew/shims/scm/git: line 45: tr: command not found
126
+
127
+ /usr/local/Library/Homebrew/shims/scm/git: line 45: tr: command not found
128
+
129
+ /usr/local/Library/Homebrew/shims/scm/git: line 45: tr: command not found
130
+
131
+ /usr/local/Library/Homebrew/shims/scm/git: line 45: tr: command not found
132
+
133
+ /usr/local/Library/Homebrew/shims/scm/git: line 45: tr: command not found
134
+
135
+ /usr/local/Library/Homebrew/utils/ruby.sh: line 34: which: command not found
136
+
137
+ /usr/local/Library/Homebrew/brew.sh: line 71: uname: command not found
138
+
139
+ /usr/local/Library/Homebrew/brew.sh: line 95: uname: command not found
140
+
141
+ /usr/local/Library/Homebrew/brew.sh: line 98: uname: command not found
142
+
143
+ /usr/local/Library/Homebrew/brew.sh: line 101: head: command not found
144
+
145
+ /usr/local/Library/Homebrew/brew.sh: line 212: id: command not found
146
+
147
+ /usr/local/Library/Homebrew/shims/scm/git: line 45: tr: command not found
148
+
149
+ /usr/local/Library/Homebrew/shims/scm/git: line 45: tr: command not found
150
+
151
+ /usr/local/Library/Homebrew/shims/scm/git: line 45: tr: command not found
152
+
153
+ /usr/local/Library/Homebrew/shims/scm/git: line 45: tr: command not found
154
+
155
+ /usr/local/Library/Homebrew/shims/scm/git: line 45: tr: command not found
156
+
157
+ /usr/local/Library/Homebrew/shims/scm/git: line 45: tr: command not found
158
+
159
+ Error: Cannot find a vendored version of ruby for your
160
+
161
+ processor on brew!
162
+
163
+ Error: Failed to install vendor Ruby.
164
+
165
+ ```
166
+
167
+ です