-
-
Notifications
You must be signed in to change notification settings - Fork 111
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
zeus command not found, ./bin/zeus works #39
Comments
Looks like a problem in your setup.
Do you use RVM? |
Those are good suggestions. I do use rvm and I it is integrated with bundler. (:name rspec-mode
:type github
:pkgname "teaforthecat/rspec-mode"
:after(progn
(setq rspec-use-rvm t)
(setq rspec-use-opts-file-when-available nil)
(setq rspec-use-bundler-when-possible nil)
(setq rspec-use-rake-flag nil))) note that I have two commits that were required to get rspec-verify working with zeus: |
Evaluating And looking at the
The second one looks incomplete: it obviously breaks the non-binstubs usage of zeus. By the way, does using binstubs really eliminate the speed bump of |
This is not ready for prime time but here is my solution... A set of bash functions here: https://github.com/pedz/bash-setup/blob/master/bash_prvm and a matching emacs file here: There is a very good chance that there are dependencies that I haven't caught let. The comment in the bash file should tell you what I'm attempting to do. This is raw rough code... please be gentle with your comments :-) I am having pretty good luck with most of my environment but its only a few days old. HTH |
Not only am I also having issues not finding |
First, try moving your rbenv setup from |
Other configuration options aside, there's a standard approach to use binstubs: add And see thoughtbot/dotfiles#215 for a bit more security-minded approach. If Emacs doesn't pick up this addition, one can also modify Not sure if all of this is hard enough for |
Because
using ./bin/zeus works where 'zeus' doesn't.
Is there another way to get the ./bin directory on the path?
see commit:teaforthecat@20bbc8f
The text was updated successfully, but these errors were encountered: