質問編集履歴
1
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -123,3 +123,53 @@
|
|
123
123
|
パスの変更、パーミッションエラーの解決、rails sの実行をできるようにしたいです。
|
124
124
|
|
125
125
|
どうかよろしくおねがいします
|
126
|
+
|
127
|
+
|
128
|
+
|
129
|
+
*追記
|
130
|
+
|
131
|
+
sodo をつけ
|
132
|
+
|
133
|
+
ると一時的にeventmachineのアンインストール、インストールできましたが
|
134
|
+
|
135
|
+
rails sはできませんでした
|
136
|
+
|
137
|
+
|
138
|
+
|
139
|
+
```
|
140
|
+
|
141
|
+
username@ts21-2 hoge % sudo gem uninstall eventmachine
|
142
|
+
|
143
|
+
Password:
|
144
|
+
|
145
|
+
|
146
|
+
|
147
|
+
You have requested to uninstall the gem:
|
148
|
+
|
149
|
+
eventmachine-1.2.7
|
150
|
+
|
151
|
+
/省略/
|
152
|
+
|
153
|
+
Continue with Uninstall? [yN] y
|
154
|
+
|
155
|
+
Successfully uninstalled eventmachine-1.2.7
|
156
|
+
|
157
|
+
|
158
|
+
|
159
|
+
username@ts21-2 hoge % sudo gem install eventmachine --platform ruby
|
160
|
+
|
161
|
+
Fetching eventmachine-1.2.7.gem
|
162
|
+
|
163
|
+
Building native extensions. This could take a while...
|
164
|
+
|
165
|
+
Successfully installed eventmachine-1.2.7
|
166
|
+
|
167
|
+
Parsing documentation for eventmachine-1.2.7
|
168
|
+
|
169
|
+
Installing ri documentation for eventmachine-1.2.7
|
170
|
+
|
171
|
+
Done installing documentation for eventmachine after 4 seconds
|
172
|
+
|
173
|
+
1 gem installed
|
174
|
+
|
175
|
+
```
|