1

~/.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.
4

1 回答 1

2

您没有~/.rvm,因为您将 rvm 安装到/opt/t/rvm/.

您可能只是忍受它并使用/opt/t/rvm/而不是~/.rvm. 或者完全删除 rvm 并进行新安装(然后默认为~/.rvm)。

于 2013-04-25T06:44:49.943 回答