-
Notifications
You must be signed in to change notification settings - Fork 1.4k
which rbenv
in terminal returns function definition of rbenv
#418
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
Comments
This is a difference between the binary (/usr/bin/which) and Zsh's built-in command of the same name. |
Like @graywh said: What you are seeing as a result for |
Wow, great tip @mislav. Thanks. |
➜ ~ type which I think the path to the rbenv executable should be ~/.rbenv/bin/rbenv, what's my problem? |
|
I once did the follow stuff:
source .bash_profile, and then bugs came out. I delete them all. does this cause it ? |
this is what I come across
|
@sundevilyang You seem to have eventually successfully set up rbenv, as evident by Ruby version being |
@mislav thanks, I solved it. |
@sundevilyang How did you solve it? |
Why does this happen? I get the below output when running
which rbenv
in terminal:Was supposed to use
which rbenv
to detect rbenv for this plugin - maltize/sublime-text-2-ruby-tests#154. Any help would be appreciated. :)The text was updated successfully, but these errors were encountered: