Rubyのインストールでエラーになった
リモートワークで少し時間が出来たので
railsチュートリアル用にローカル環境を構築しようと思ったらrubyのインストールでハマったので備忘
$ rbenv install 2.6.3
上記コマンドで下記のようなエラーになった。
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
configure: error: clang version 3.0 or later is required
OSアップデートの影響らしい
下記コマンドを実行してxcodeをインストールしたら無事にrubyのインストールできました
$ rbenv install 2.6.3
ruby-build: use openssl from homebrew
Downloading ruby-2.6.3.tar.bz2...
-> https://cache.ruby-lang.org/pub/ruby/2.6/ruby-2.6.3.tar.bz2
Installing ruby-2.6.3...
ruby-build: use readline from homebrew
Installed ruby-2.6.3 to /Users/name/.rbenv/versions/2.6.3
rubyのインストールができたので
railsの環境構築に進みます!
以下参考にさせていただきました。ありがとうございます
https://qiita.com/nishina555/items/e23d73067a5cac182a63
Author And Source
この問題について(Rubyのインストールでエラーになった), 我々は、より多くの情報をここで見つけました https://qiita.com/bbln/items/f5ca18389df851f9fd66著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .