Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はRubyバージョンに対処するためにubuntuでRVMを使用しています.1.8,7と1.9.2の2つのバージョンのRubyがあります。RVM で 1.8.7 を選択しましたが、この変更は aptana で認識されず、まだ 1.9.2 を使用しています。再起動しても同じです。
Aptana が認識する Ruby のバージョンを変更するにはどうすればよいですか?
ありがとう
追加オプション「デフォルト」を使用した簡単なコマンドで解決しました
rvm use 1.8.7 --default