他に何を試すことができますか?
user15:~ durrantm$ bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
user15:~ durrantm$ cat .bash_profile
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function
user15:~ durrantm$ type rvm | head -n1
-bash: type: rvm: not found
user15:~ durrantm$ rvm -v
-bash: rvm: command not found
user15:~ durrantm$
またこれは助けにはならなかった···
sudo gem install rvm -s http://gemcutter.org/
Password:
ERROR: While executing gem ... (Gem::RemoteSourceException)
HTTP Response 302 fetching http://gemcutter.org/yaml
users-powerbook-g4-15:~ durrantm$
端末を閉じて再度開きましたか。
はい、私は再開しました。はい、最新版です。前回の指定方法は?
—
Michael Durrant