capistrano-rbenv
was looking at the repository.
Therefore, I think this gem is expecting rbenv exec
to execute the rails command.
On the other hand, I believe that this rbenv exec
command does not describe its behavior when I read README of the rbenv formula github.
rbenv exec commands...
What does this command do?
"I just searched ""What is rbenv exec"", but I found a page with the following description:
reference:
Basic Use of rbenv and bundle
The bundle command is installed with the gem command, although it is complicated."rbenv exec" is not "gem of system ruby" but "gem of ruby currently valid in rbenv".Optional if "gem" refers to ruby's gem valid in rbenv.
$rbenv exec gem install bundleer
$ rbenv rehash
© 2024 OneMinuteCode. All rights reserved.