Brew install git putting files in .rvm -
after running brew install git
, got output:
the os x keychain credential helper has been installed to: ~/.rvm/bin/git-credential-osxkeychain 'contrib' directory has been installed to: ~/.rvm/share/git-core/contrib bash completion has been installed to: ~/.rvm/etc/bash_completion.d zsh completion has been installed to: ~/.rvm/share/zsh/site-functions ==> summary 🍺 ~/.homebrew/cellar/git/2.0.0: 1324 files, 31m, built in 46 seconds
is expected? why should brew or git putting under rvm (ruby version manager)?
as @mblanc pointed out,
$ brew --prefix ~/.rvm
Comments
Post a Comment