-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System wide installation in usr/share #77
Comments
I have the same issue ...
Any solution ?? |
@nikunj0407 It's However now I have to deploy to different servers running different OS, and they don't have the same RVM install directory. I tried passing |
What worked for me was creating a symlink to |
+1 on @daninfpj suggestion. On your deploying users home directory do... mkdir .rvm |
on my server : echo $rvm_bin_path I fixed it by setting the custom path to : Then cap production rvm:check works, and the bundle command works on deploy. |
Still facing this issue in 2022. Thankfully after hours of search got this to make my cap deploy work. |
I did follow the instructions from rvm.io, and my rvm got installed by default in
(instead of usr/local)
I am running on an Ubuntu instance from Amazon, this is maybe why ?
Anyway, the rvm path is not detected with the system-wide install. Might want to add this path to the list of default paths checked by your gem.
The text was updated successfully, but these errors were encountered: