質問内容
「プロを目指す人のためのRuby入門」を読み進めながら、Rubyを学習しています。
その中で、デバッグの方法をしてbyebugを使った方法を紹介していて、自分のPCにインストールされていなかったので,「gem install byebug」コマンドでインストールしようとした所、エラーが発生しました。
自分ではエラーメッセージの解読ができず困っていまい、質問させていただきました。
勉強を始めて3、4ヶ月でまだまだ未熟者ですが、どうかよろしくお願いします。
エラーメッセージ
~ $ gem install byebug ERROR: While executing gem ... (Errno::EACCES) Permission denied @ rb_sysopen - /Users/ユーザー名/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/byebug-11.0.1/CHANGELOG.md
試したこと
sudo gem install byebugでインストールを試みましたが、以下のエラーメッセージが出ました
ERROR: Could not find a valid gem 'gem' (>= 0) in any repository ERROR: Possible alternatives: gem ERROR: Could not find a valid gem 'install' (>= 0) in any repository ERROR: Possible alternatives: installr, insta, instacli, instana, instant Building native extensions. This could take a while... ERROR: Error installing byebug: ERROR: Failed to build gem native extension. current directory: /Users/wakatsukimasao/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/byebug-11.0.1/ext/byebug /Users/wakatsukimasao/.rbenv/versions/2.6.3/bin/ruby -I /Users/wakatsukimasao/.rbenv/versions/2.6.3/lib/ruby/2.6.0 -r ./siteconf20191017-1555-jbshck.rb extconf.rb creating Makefile current directory: /Users/wakatsukimasao/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/byebug-11.0.1/ext/byebug make "DESTDIR=" clean You have not agreed to the Xcode license agreements, please run 'xcodebuild -license' (for user-level acceptance) or 'sudo xcodebuild -license' (for system-wide acceptance) from within a Terminal window to review and agree to the Xcode license agreements. current directory: /Users/wakatsukimasao/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/byebug-11.0.1/ext/byebug make "DESTDIR=" You have not agreed to the Xcode license agreements, please run 'xcodebuild -license' (for user-level acceptance) or 'sudo xcodebuild -license' (for system-wide acceptance) from within a Terminal window to review and agree to the Xcode license agreements. make failed, exit code 69 Gem files will remain installed in /Users/wakatsukimasao/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/gems/byebug-11.0.1 for inspection. Results logged to /Users/wakatsukimasao/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0/extensions/x86_64-darwin-18/2.6.0-static/byebug-11.0.1/gem_make.out
補足情報(FW/ツールのバージョンなど)
ruby:2.6.3
rbenv:1.1.2
お忙しいとは思いますが、よろしくお願い致します。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。