-
Notifications
You must be signed in to change notification settings - Fork 69
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
rinari-console works with rbenv.el, but rinari-web-server does not. #82
Comments
I use When I start
Try evaluating |
@purcell Thanks for your reply!
I use 4.0.8
Yes, I get |
Hmm, then everything should normally just work, if you have a |
@purcell Thanks for your reply.
I didn't have both of the files, so I created .ruby-version, but result is the same.
(getenv "RBENV_VERSION") ; nil
rbenv--modestring ; (" [" #("2.1.0" 0 5 (face rbenv-active-ruby-face)) "]")
(rbenv--active-ruby-version) ; "2.1.0" |
I'm not really sure what's going wrong, then, sorry. Note, though, that I don't use Otherwise, if you could perhaps provide a minimal emacs init file and steps to reproduce it locally, I can investigate, but without that I'm really just guessing. |
rinari-web-server does not use rbenv rails path. How can I fix it?
This is output show in the server buffer:
When I run
which rails
on console, I get this:/Users/user/.rbenv/versions/2.1.0/bin/rails
Mac OS: X 10.9.5
Emacs: 24.3
rbenv: 0.4.0
rinari: master from github
The text was updated successfully, but these errors were encountered: