私が使用しsudo bundle install
、それが問題の原因である可能性がありますか?
今私が持っています:
gem -v
2.6.14ruby -v
ruby 2.3.5p376(2017-09-14リビジョン59905)[x86_64-darwin15]jekyll -v
ジェキル3.6.2bundle -v
Bundlerバージョン1.16.0.pre.3
実行しようとしたとき、bundle exec jekyll serve
または単にjekyll serve
/Users/myusername/.rvm/rubies/ruby-2.3.5/lib/ruby/site_ruby/2.3.0/rubygems.rb:271:in `find_spec_for_exe': can't find gem bundler (>= 0.a) (Gem::GemNotFoundException)
from /Users/myusername/.rvm/rubies/ruby-2.3.5/lib/ruby/site_ruby/2.3.0/rubygems.rb:299:in `activate_bin_path'
from /Users/myusername/.rvm/gems/ruby-2.3.5/bin/bundle:23:in `<main>'
from /Users/myusername/.rvm/gems/ruby-2.3.5/bin/ruby_executable_hooks:15:in `eval'
from /Users/myusername/.rvm/gems/ruby-2.3.5/bin/ruby_executable_hooks:15:in `<MacBooMacBook-MacBook-MacBook-Pro-MacBook-PrMacBook-MacBooMacBMaMacBMaMaMaMaMaMaMaMaMacBMaMaMaMacBMa
また、自分のブログがあるフォルダーにアクセスするとcd my_path
、次のメッセージが表示されます。
VMはRubyを選択するためにGemfileを使用しましたが、問題ありません。Herokuでも同じです。「rvm rvmrc warning ignore / Library / WebServer / Documents / blog / Gemfile」でこれらの警告を無視できます。すべてのファイルの警告を無視するには、「rvm rvmrc warning ignore allGemfiles」を実行します。不明なrubyインタープリターバージョン(処理方法が不明):RUBY_VERSION。
これを解決する方法がわかりません。私は自分の静的なブログを作成したいだけで、正直なところ、Ruby、Gem、またはBundleについて何も知りません。