安装rvm后没有.rvm目录

时间:2013-04-25 06:01:52

标签: rvm

即使我使用以下版本升级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.

1 个答案:

答案 0 :(得分:2)

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

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