1

Want to install Jruby and I am pretty sure that I want to manage it with RVM. My problem is that I am a little intimidated by RVM with its command line and all the dependencies (bash, git, etc.) I am on Windows 7, ruby 1.9.3. Can someone please help a newbie out and explain this in English.
Thanks

4

2 回答 2

4

Windows 不支持 RVM。

"If you would like to manage multiple versions of ruby on windows please use pik which is an excellent tool by Gordon Thiesfeld. You can find it on GitHub."

在 Windows 上管理 ruby​​ 版本的选项:

  1. pik 是一个在 Windows 上管理多个 ruby​​ 版本的工具。它可以从 Windows 命令行 (cmd.exe)、Windows PowerShell 或 Git Bash 中使用。Github-pik

  2. 您也可以使用Cygwin,然后安装所需的各种软件包。查看

    如何使用cygwin在windows上安装rvm

我建议在使用开源软件时使用 linux/mac OS。

于 2012-08-22T18:18:21.840 回答
0

如果你想在 Windows 上安装 ruby​​,我建议你使用PIK。它由 RubyInstaller 赞助。

而且,关于在 Windows 上安装 Jruby ……您所要做的就是访问 JRuby 网站并下载.exe 文件

JRuby 网站链接在这里:http: //jruby.org/download

于 2012-08-22T18:28:19.807 回答