bashのmanページから
FILES
/bin/bash
The bash executable
/etc/profile
The systemwide initialization file, executed for login shells
/etc/bash.bashrc
The systemwide per-interactive-shell startup file
/etc/bash.bash.logout
The systemwide login shell cleanup file, executed when a login shell exits
~/.bash_profile
The personal initialization file, executed for login shells
~/.bashrc
The individual per-interactive-shell startup file
~/.bash_logout
The individual login shell cleanup file, executed when a login shell exits
~/.inputrc
Individual readline initialization file
システム全体のファイルをチェックして、それらが rvm を参照しているかどうかを確認します。システム上の唯一のユーザー (ワークステーションまたはホーム コンピューター) の場合は、これらのファイルを自由に変更して、rvm 参照を削除してください (rvm を使用していないと仮定します)。または、システム管理者に実行環境の修正を依頼してください。
rvmの詳細については、こちらを参照してください。また、オンライン マニュアル ページには、デフォルトで bash が読み取るファイルの詳細が記載されています。
上記のすべてに失敗した場合、迅速で汚いハックは実行することです
touch /etc/profile.d/rvm.sh
適切な権限を持つユーザーとして。