如何在Windows 7上安装RVM

时间:2012-01-13 03:12:06

标签: ruby windows-7 rvm

如何在Windows 7上安装RVM?

它表示要安装RVM,并使用以下脚本:

user$ bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )

但我不知道该怎么做。如果我将其键入cmd,则会显示一条错误消息,指出此时“意外”。

如何安装RVM?

6 个答案:

答案 0 :(得分:55)

没有适合您的RVM!来自RVM’s FAQ

  

RVM是否适用于Windows?将来会不会?

     

NO。如果您想在Windows上管理多个版本的ruby,请使用pik这是Gordon Thiesfeld的优秀工具。你可以在GitHub上找到它。有plans to include windows support in RVM 2.0

答案 1 :(得分:6)

Pik是Windows的RVM pik是一种在Windows上管理多个版本的ruby的工具。它可以在Windows命令行(cmd.exe),Windows PowerShell或Git Bash中使用。 点击此链接pik on windows

答案 2 :(得分:4)

目前pik已不再使用 uru 替代pik

答案 3 :(得分:3)

是的,我认为我们可以使用cygwin在Windows上使用RVM

链接:http://blog.developwithpassion.com/2012/03/30/installing-rvm-with-cygwin-on-windows/

答案 4 :(得分:0)

你可以安装pik通过巧克力 https://chocolatey.org/packages/pik

答案 5 :(得分:-1)

RVM支持大多数类似UNIX的系统和Windows(在Windows的Ubuntu上为Cygwin或Bash)。 https://rvm.io/rvm/install

在Windows上的Ubuntu上运行Bash对我来说很好。