webrick 和 ruby​​ 解释器

发布于 2024-10-01 17:19:14 字数 200 浏览 2 评论 0原文

首先,我想说谢谢你观看我的帖子。

其次,问题是:如果我输入 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

写下不归期 2024-10-08 17:19:14
$ which ruby
/home/lars/.rvm/rubies/ruby-1.9.2-p0/bin/ruby

如果您使用 RVM,则可以将 rvm 1.9.2 放入项目目录中的 .rvmrc 文件中,当您切换到该目录时,它将自动选择。有关详细信息,请参阅此处

$ which ruby
/home/lars/.rvm/rubies/ruby-1.9.2-p0/bin/ruby

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文