前提・実現したいこと
現在MacBoookProでRuby on Railsの環境構築を進めていますが、以下のコードで詰まってしまいました。
発生している問題・エラーメッセージ
...
Downloading ruby-2.7.3.tar.bz2...
-> https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.3.tar.bz2
Installing ruby-2.7.3...
ruby-build: using readline from homebrew
BUILD FAILED (macOS 11.2.3 using ruby-build 20210405)
Inspect or clean up the working tree at /var/folders/y9/d5p3lcyd5ks0fz1hqwqh5l_c0000gn/T/ruby-build.20210407175800.32264.2n2XFG
Results logged to /var/folders/y9/d5p3lcyd5ks0fz1hqwqh5l_c0000gn/T/ruby-build.20210407175800.32264.log
Last 10 log lines:
from ./tool/rbinstall.rb:536:in install' from ./tool/rbinstall.rb:566:in
block (2 levels) in <main>'
from ./tool/rbinstall.rb:269:in block in install_recursive' from ./tool/rbinstall.rb:262:in
each'
from ./tool/rbinstall.rb:262:in install_recursive' from ./tool/rbinstall.rb:565:in
block in <main>'
from ./tool/rbinstall.rb:950:in block in <main>' from ./tool/rbinstall.rb:947:in
each'
from ./tool/rbinstall.rb:947:in `<main>'
make: *** [do-install-all] Error 1
該当のソースコード
terminal
1benv install 2.7.3
試したこと
これをスルーしてrails newコマンドまで進めましたが、
Could not find gem 'sqlite3 (~> 1.4)' in rubygems repository https://rubygems.org/ or
installed locally.
The source does not contain any versions of 'sqlite3'
というエラーが現れ、進められなくなってしまいました。
補足情報(FW/ツールのバージョンなど)
参考にしたサイトは以下のものです。
https://prog-8.com/docs/rails-env
https://www.techpit.jp/courses/2/curriculums/3/sections/12/parts/40
あなたの回答
tips
プレビュー