How to run bundle install as normal user
问题 I am attempting to use bundle install . I am not a Ruby user - this is my first real foray into even running rake. I'm simply trying to user some packages from ThrowtheSwitch.org that use Rake and so on. I initially installed ruby several days ago using: sudo apt-get install ruby-full This allowed me to use rake with Unity testing framework. Now I'd like to use CMock. the instructions for using CMock say to cd into the directory then $ bundle install $ bundle exec rake So I install bundler