Closed MartinMeinhold closed 10 years ago
I am trying to keep it simple within the software, I originally adopted these patterns to avoid half installed or duplicate installs screwing up system installed stuff. If you want fine grained management of versions then use RVM or rbenv.
On our Bamboo agent, the
bundler
gem is installed in/usr/local/bin/bundle
instead of the expected/usr/bin/bundle
, hence causing the following exception:It would be nice if the task either would allow to specify the bundle executable via the ui or would try to find it on the $PATH.