$ shopt -q login_shell && echo 'Login shell' || echo 'Not login shell'
Login shell
$ type rvm | head -n 1
rvm is a function
-bash: type: write error: Broken pipe
でも:
$ rvm --default use 1.9.2
RVM is not a function, selecting rubies with 'rvm use ...' will not work.
You need to change your terminal emulator preferences to allow login shell.
Sometimes it is required to use `/bin/bash --login` as the command.
Please visit https://rvm.io/integration/gnome-terminal/ for a example.
~/.rvm/ を削除し、 を使用して再度インストールしようとしましcurl -L https://get.rvm.io | bash -s stable --auto
たが、役に立ちません。これはリモートのUbuntu 13.04で、キーで認証してsshしました。何かアドバイス?