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.
当我在 Mac OS 上创建一个新的终端选项卡时,我试图保留 rvm 的 gemset。我知道我可以将 gemset 设置为默认值,但我不想这样做。
也许有人可以帮助我解决这个问题。
非常感谢。
使用 rvm 创建一个 ruby 版本文件。在终端中,转到项目目录并运行: rvm --ruby-version use 1.9.3@my_app
rvm --ruby-version use 1.9.3@my_app
这1.9.3是您当前的 ruby 版本,my_app是 gemset 名称。
1.9.3
my_app