webrick 和 ruby 解释器
首先,我想说谢谢你观看我的帖子。
其次,问题是:如果我输入 ruby -v ,我怎样才能得到女巫 ruby 解释器正在跟我说话?我的电脑上有两个,一个是 rvm 的,另一个是本地目录的。
那么我怎样才能知道女巫红宝石正在跟我说话呢?
我怎样才能知道 webrick 使用的是什么?
我使用的是ubuntu 10.4
Fist of all , I would say thank you to watch my post.
Secondly, the problem: if I type the ruby -v , how can I got witch ruby interpreter is talking to me ? I have two on my pc, one by rvm and one by a local directory.
So how can I figure out witch ruby is talking to me ?
How can I figure out what is the webrick using ?
I'm using ubuntu 10.4
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 RVM,则可以将
rvm 1.9.2
放入项目目录中的.rvmrc
文件中,当您切换到该目录时,它将自动选择。有关详细信息,请参阅此处。If you're using RVM, you can put
rvm 1.9.2
into the file.rvmrc
in a project directory, and it will automatically be selected when you change to that directory. See here for details.