执行 rvm get head --auto-dotfiles,出现 WARNING: google 了好久,依然没找到解决方案。
[10:48][ruby-2.0.0]zed:~ % rvm get head --auto-dotfiles
Downloading https://get.rvm.io
Turning on auto dotfiles mode.
Downloading https://github.com/wayneeseguin/rvm/archive/master.tar.gz
Upgrading the RVM installation in /Users/zed/.rvm/
Removing rvm PATH line from /Users/zed/.profile /Users/zed/.bashrc /Users/zed/.zshrc.
Adding rvm PATH line to /Users/zed/.profile /Users/zed/.bashrc /Users/zed/.zshrc.
Removing rvm loading line from /Users/zed/.bash_profile /Users/zed/.zlogin.
Adding rvm loading line to /Users/zed/.bash_profile /Users/zed/.zlogin.
Upgrade of RVM in /Users/zed/.rvm/ is complete.
# Thank you for using RVM!
# We sincerely hope that RVM helps to make your life easier and more enjoyable!!!
#
# ~Wayne, Michal & team.
In case of problems: http://rvm.io/help and https://twitter.com/rvm_io
Help RVM 2.0: https://www.bountysource.com/fundraisers/489-rvm-2-0
Upgrade Notes:
* WARNING: You have '~/.profile' file, you might want to load it,
to do that add the following line to '/Users/zed/.bash_profile':
source ~/.profile
* No new notes to display.
RVM reloaded!
执行type rvm | head -1
出现 rvm is a shell function 我的环境应该有些问题,
求帮助。