ruby on rails - Can't bundle install after cloning repo -


here's error when bundle. what's problem?

bundle install rbenv: bundle: command not found  `bundle' command exists in these ruby versions:   2.3.1  command -v ruby /home/brian/.rbenv/shims/ruby  command -v bundle /home/brian/.rbenv/shims/bundle  ruby -v ruby 2.3.1p112 (2016-04-26 revision 54768) [x86_64-linux]  bundle -v bundler version 1.15.3 

try:

  1. set correct ruby (rbenv) version rbenv global 2.3.1

  2. and rbenv rehash , bundle install.

if won't work think should reinstall bundler

  1. once again set correct ruby version rbenv global 2.3.1
  2. gem uninstall bundler
  3. gem install bundler
  4. and rbenv rehash , bundle install.

Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -