我没有~/.rvm文件,即使我使用以下命令升级了我的RVM版本:
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer)此命令会生成以下内容。如何确保创建了.rvm文件夹?
Upgrading the RVM installation in /opt/t/rvm/
chown: rvm: illegal group name
chown: rvm: illegal group name
RVM PATH line found in /Users/ros/.bashrc /Users/roseperrone/.zshrc.
RVM sourcing line found in /Users/ros/.bash_profile /Users/roseperrone/.zprofile.
Upgrade Notes:
* No new notes to display.
# RVM: Shell scripts enabling management of multiple ruby environments.
# RTFM: https://rvm.io/
# HELP: http://webchat.freenode.net/?channels=rvm (#rvm on irc.freenode.net)
# Cheatsheet: http://cheat.errtheblog.com/s/rvm
# Screencast: http://screencasts.org/episodes/how-to-use-rvm
# In case of any issues run 'rvm requirements' or read 'rvm notes'
Upgrade of RVM in /opt/t/rvm/ is complete.发布于 2013-04-25 14:44:50
您没有~/.rvm,因为您在/opt/t/rvm/上安装了rvm。
你可以接受这一点,用/opt/t/rvm/代替~/.rvm。或者完全删除rvm并重新安装(然后默认使用~/.rvm)。
https://stackoverflow.com/questions/16207458
复制相似问题