いつもteratailで勉強させてもらっています。
bundle exec が使えないのでどなたかご教授して欲しいです
今回、Macのローカルでrailsの環境構築をしたところ
bundle exec が使えなくなってしまいました
bundle exec rails new ~と打つと
bundler: failed to load command: rails (/Users/hogehoge/.rbenv/versions/2.5.0/bin/rails)
Gem::Exception: can't find executable rails for gem railties. railties is not currently included in the bundle, perhaps you meant to add it to your Gemfile?
/Users/hogehoge/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bundler-1.16.5/lib/bundler/rubygems_integration.rb:462:in block in replace_bin_path' /Users/hogehoge/.rbenv/versions/2.5.0/lib/ruby/gems/2.5.0/gems/bundler-1.16.5/lib/bundler/rubygems_integration.rb:482:in
block in replace_bin_path'
/Users/hogehoge/.rbenv/versions/2.5.0/bin/rails:23:in `<top (required)>'
となってしまいます
ruby環境構築でやったこと
Homebrew」をインストールする
「Homebrew」を用いて「rbenv」をインストールする
「rbenv」を用いてRubyをインストールする
brew -v
Homebrew 1.7.6
Homebrew/homebrew-core (git revision 7622; last commit 2018-10-03)
rbenv -v
rbenv 1.1.1
rbenv version
2.5.0 (set by /Users/shingonakatani/.rbenv/version)
ruby -v
ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-darwin17]
bundlerのインストール方法
$gem install bundler
$rbenv rehash
$bundler -v
Bundler version 1.16.5
$bundler init
Gemfileができたので入れたいGemを記入
#gem "rails"
gem 'cocoapods' , '0.39.0'
Gemfileに書いた内容をインストール
$bundle install --path vendor/bundle
$ bundle exec pod --version
0.39.0
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/10/05 02:09
2018/10/05 02:13 編集
2018/10/05 02:14
2018/10/05 02:21
2018/10/05 02:24
2018/10/05 02:33
2018/10/05 02:35
2018/10/05 02:36
2018/10/05 02:37
2018/10/05 02:39
2018/10/05 02:55