problem with bundle
问题 I try command bundle install --local but it show issue: -bash: /usr/local/bin/bundle: /usr/local/bin/ruby: bad interpreter: No such file or directory. please help me. 回答1: I think you need to export the path of ruby and bundle in your .bashrc (linux). Open your .bashrc and add this line: export PATH="$PATH:/usr/bin:/usr/local/bin/" It should work. 回答2: The solution that worked for me was entirely different, perhaps because I've been inconsistent about using RVM or not. I used 'which bundler'