How to install RVM on Windows 7

浪子不回头ぞ 提交于 2019-11-27 07:34:33
Sergio Tulentsev

No RVM for you! From RVM’s FAQ:

Does RVM work on windows? Will it in the future?

NO. 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. There are plans to include windows support in RVM 2.0.

Pik is an RVM for windows pik is a tool to manage multiple versions of ruby on Windows. It can be used from the Windows command line (cmd.exe), Windows PowerShell, or Git Bash. follow this link pik on windows

Currently pik is no longer maintained use uru an alternative to pik

Yes indeed i think we can use cygwin for having RVM on windows

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

you can install pik trough chocolatey https://chocolatey.org/packages/pik

RVM supports most UNIX like systems and Windows (with Cygwin or Bash on Ubuntu on Windows). https://rvm.io/rvm/install

Bash on Ubuntu on Windows works fine for me.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!