-
Notifications
You must be signed in to change notification settings - Fork 491
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
Mina console 'bash: bundle: command not found' #510
Comments
I wrote the same issue #476 |
I have the same issue. |
This works for me with rbenv:
then
|
@hovancik Thank you, it is worked for me. |
But how can it be fixed? To work just out of the box, without any hacks |
About this, I still have this problem In my case is because I need to load rbenv first to then run
As you can see in the output above the Currently I'm doing like this:
Is there a more practical way to fix this? |
mina 1.1.0 introduced You can use that |
mina console
raise errorbash: bundle: command not found
As I review source code, what mina console does is
rails c
However, when we use rvm or rben, we need to load ruby version with gemset first.
The text was updated successfully, but these errors were encountered: