こんにちは。プログラミング初心者です。
現在、PaizaCloudを使っていて、そこに初期設定でRailsを入れたのですがうまく使えません。
https://qiita.com/ryo94/items/a0d1f6b69e2983b9be4e
↑のサイトを参考に進めているのですが、bundle installするところで躓いてしまいます。
具体的には、
wikipedia-client$ bundle install
Traceback (most recent call last):
2: from /usr/local/rbenv/versions/2.7.0/bin/bundle:23:in <main>' 1: from /usr/local/rbenv/versions/2.7.0/lib/ruby/2.7.0/rubygems.rb:294:in
activate_bin_path'
/usr/local/rbenv/versions/2.7.0/lib/ruby/2.7.0/rubygems.rb:275:in find_spec_for_exe': Could not find 'bundler' (1.15.1) required by your /home/ubuntu/wikipedia-client/Gemfile.lock. (Gem::GemNotFoundException) To update to the latest version installed on your system, run
bundle update --bundler. To install the missing version, run
gem install bundler:1.15.1`
bundlerのバージョンが違うのかな?と思いbundlerを一回アンインストールしてみようとすると、
~/wikipedia-client$ gem uninstall bundler
Gem 'bundler' is not installed
どうやらインストールできてないようなので、一番上のエラーに書いてあったバージョンでbunderをインストールしようとすると、
~/wikipedia-client$ gem install bundler -v 1.15.1
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /usr/local/rbenv/versions/2.7.0/lib/ruby/gems/2.7.0 directory.
と言われ何がなんだか分からなくなって質問しました。原因がわかる方いらっしゃいましたら、ご教授お願いいたします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/03/11 05:08