Re: Install RVM on Windows
Posted by
mojavelinux on
Sep 17, 2019; 8:22am
URL: https://discuss.asciidoctor.org/Install-RVM-on-Windows-tp7150p7151.html
RVM is not available on Windows. You have three alternatives:
1. Install Ruby using the Ruby Installer for Windows
3. Use Bash on Windows (either through the Ubuntu subsystem or cygwin) and install RVM from there
Best,
-Dan
On Tue, Sep 17, 2019 at 2:17 AM nopria [via Asciidoctor :: Discussion] <
[hidden email]> wrote:
Following the instructions for a brand new installation of Asciidoctor on Windows 10, the step after the installation of Ruby is
"Before installing Asciidoctor using gem install, you should set up RVM to install Ruby in your home directory (i.e., user space)."
The RVM instruction to install RVM stable with Ruby on "any other system" than Ubuntu is the command:
\curl -sSL https://get.rvm.io | bash -s stable --ruby
but this command does not work with standard Windows Command Prompt, nor with "Start Command Prompt with Ruby" which appeared after Ruby installation.
How can I install RVM at this point?
Thanks in advance.
--