How to install RVM on Windows 7

后端 未结 6 1987
再見小時候
再見小時候 2020-12-01 05:59

How do I install RVM on Windows 7?

It says to install RVM, and use the following script:

user$ bash -s stable < <(curl -s https://raw.github.co         


        
相关标签:
6条回答
  • 2020-12-01 06:41

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

    0 讨论(0)
  • 2020-12-01 06:46

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

    0 讨论(0)
  • 2020-12-01 06:47

    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.

    0 讨论(0)
  • 2020-12-01 06:47

    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

    0 讨论(0)
  • 2020-12-01 06:49

    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/

    0 讨论(0)
  • 2020-12-01 06:50

    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.

    0 讨论(0)
提交回复
热议问题