Skip to content
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

bundle: command not found with mina 1.2.2 and mina-puma 1.1.0 #22

Open
jsurrett opened this issue Nov 4, 2017 · 3 comments
Open

bundle: command not found with mina 1.2.2 and mina-puma 1.1.0 #22

jsurrett opened this issue Nov 4, 2017 · 3 comments

Comments

@jsurrett
Copy link

jsurrett commented Nov 4, 2017

When running a mina puma:status or other puma commands, I get the following errors:

Puma status...
       bash: line 3: bundle: command not found
       Connection to edudatas.com closed.

 !     Run Error

It works properly with mina 1.0.7 and mina-puma 1.0.1.

@vgsantoniazzi
Copy link

Are you using rvm?

Just try something like:

task :server do
  invoke :'rvm:use', 'ruby-2.4.1@default'
  invoke :'puma:status'
end

@k2m30
Copy link

k2m30 commented Feb 4, 2018

Have the same issue.
puma:status apparently tells me "Puma is not running!"

@sunny0425
Copy link

Same issue,
add invoke :'rvm:use', 'ruby-xxx' again in the launch block, then it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants