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.
我在 ubuntu 中使用 RVM 来处理 ruby 版本,我有两个版本的 ruby,1.8,7 和 1.9.2。我选择了 RVM 的 1.8.7,但 aptana 无法识别此更改,它仍在使用 1.9.2。当我重新启动它时,还是一样。
如何更改 Aptana 识别的 ruby 版本?
谢谢
我通过带有附加选项“默认”的简单命令解决了
rvm use 1.8.7 --default
对于 Windows 用户:
安装您要切换到的版本(例如 From Ruby200-x64to Ruby22-x64)。将路径附加到Ruby22-x64(例如C:\Ruby22-x64\bin)。Aptana 总是使用最新的。
Ruby200-x64
Ruby22-x64
C:\Ruby22-x64\bin
注意:您可能需要重新启动 PC。