Install RVM on Windows
Posted by
nopria on
Sep 17, 2019; 8:17am
URL: https://discuss.asciidoctor.org/Install-RVM-on-Windows-tp7150.html
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 --rubybut 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.