-
Notifications
You must be signed in to change notification settings - Fork 41
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
Error for popen missing interactive slave #4
Comments
Do you have R on your path, right? |
@clbustos Hi, is there any way I can avoid using r=RinRuby.new(@eXecutable="/home/user/bin/R" No such file or directory - R --interactive --slave (Errno::ENOENT) Even if I remove require 'rinruby', this error is popping up.. Any suggestions for this??? |
@kumarsaurabh20 I have the same problem. Did you manage to fix it? Thank you! |
@pilarcormo I think I was getting this error because rails was not detecting R in the production environment. I did solve this problem by adding the following line in the .htaccess file in the public folder of my production server. SetEnv PATH Path/to/your/server/R/bin |
Hi, I'm getting this error when I try to do a completely different command (rails generate active_admin:install).
Any idea why rinruby is trying to automatically start up R?
Thanks, Joel
The text was updated successfully, but these errors were encountered: