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

~/.rvmrvm を にインストールしたため、はありません/opt/t/rvm/

あなたはそれと一緒に住んで、/opt/t/rvm/の代わりに使うことができます~/.rvm。または、rvm を完全に削除して、新しいインストールを行います (これにより、デフォルトで がインストールされます~/.rvm)。

于 2013-04-25T06:44:49.943 に答える