-
-
Notifications
You must be signed in to change notification settings - Fork 35
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
rvm1:install:gems Could not find rake #51
Comments
is your |
Yes my |
I'm experiencing the same issue. |
something is prefixing |
I'm deploying to a test VM, if anything. |
Not so surprisingly, it's... |
You can fix it with task:
|
Doesn't work for me. It installs bundler OK, but it still complains about rake being missing. I get
Basically I see the output which tells me XYZ is not loaded, so I add a new task to load what's missing and try again, and then get exactly the same error. As you can see from the output, it installs rake-12.3.1 and then complains that it's missing. In the past I've just shrugged my shoulders, ssh'd into the machine, installed the missing items manually and carried on using Capistrano. But now I really want to be able to install the whole thing from scratch on a new machine using only Capistrano, and I can't do it. Should I remove |
Hi i am using, rvm1-capistrano3 1.3.2.2 and capistrano 3.3.5,
when i run bundle exec cap production rvm1:install:gems it gives the following error
Capfile
deploy.rb
The text was updated successfully, but these errors were encountered: