Does anybody know how I can tell capistrano to use my default rvm version of ruby for on the server I am pushing to. It insists on using the system version.
Is it even possible?
|
Does anybody know how I can tell capistrano to use my default rvm version of ruby for on the server I am pushing to. It insists on using the system version. Is it even possible?
| |||
|
feedback
|
|
The | |||
|
feedback
|
|
You have two options:
For the second option, simply add the following line in your deploy.rb file
To get the accurate locations have a look at | |||||||||||||||||
feedback
|
|
If your rvm version is recent on both development and production machines add this to your deploy.rb:
| |||||
feedback
|
|
See http://rvm.beginrescueend.com/integration/capistrano/. "Integration via the rvm capistrano plugin" looks like a winner. | |||
|
feedback
|
PATHvariable to include the path to your RVM ruby before the default one: kete.net.nz/documentation/topics/show/… – Doug Neiner Dec 30 '09 at 7:06