levineran

Results 3 comments of levineran

this is my bash profile file, after the change I made: ``` if which rbenv > /dev/null; then eval "$(rbenv init -)"; fi if which rbenv > /dev/null; then eval...

I was to fix it by editing the post-checkout hook: ``` #!/bin/bash PATH=$PATH:/usr/local/bin:/usr/local/sbin:/Users/eranlevin/.rbenv/shims:/Users/eranlevin/.rbenv/shims:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sb hookup post-checkout "$@" ``` maybe you can make a patch that will obviate it?

it seems that 2 versions are installed: ``` system 2.4.0 * 2.4.3 (set by /Users/eranlevin/.rbenv/version) ``` but the same version is installed both in global and in the project. the...