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.
我的电脑上有 1.8.7 ruby 版本。今天下午我在我的opensuse操作系统上安装了1.9.3,但是当我写“ruby --version”时它说我还有ruby 1.8.7。
我不知道为什么...有人可以告诉我吗?
如果您正在使用rvm,您可以像这样切换到使用 1.9.3 ruby:
rvm
rvm use 1.9.3
如果您使用RVM安装它,您可以通过执行以下操作将默认 ruby 切换并设置为 1.9.3:
rvm --default use 1.9.3