wolfeidau / rake-bamboo-plugin

Plugin for bamboo which enables building of ruby projects using rake
Other
34 stars 16 forks source link

Getting an error locating ruby with system RVM install #5

Closed wolfeidau closed 12 years ago

wolfeidau commented 12 years ago

Run a build with RVM installed in /usr/local/rvm and I get the following error when using bundle exec.

    error  03-Dec-2011 09:37:48  /usr/bin/env: ruby: No such file or directory

Turns out I need to add an additional path to the PATH env variable being the bin directory of the ruby installation being used.