You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get RVM working in the MINGW environment bundled with git bash. In addition to #3704, another problem with this that I've encountered is the following error:
$ rvm install 2.2
ruby-2.2.4 - #removing src/ruby-2.2.4..
Searching for binary rubies, this might take some time.
No binary rubies available for: mingw/unknown/x86_64/ruby-2.2.4.
Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
Checking requirements for mingw.
Requirements support for mingw is not implemented yet,
report a bug here => https://github.com/rvm/rvm/issues
Requirements installation failed with status: 1.
My guess is this is occurring because RVM currently doesn't support MINGW at all, so this will be non-trivial to fix...
The text was updated successfully, but these errors were encountered:
thanks. yea, i ended up downloading another version of Ruby manually and removing the the environment variables for the newer version and adding another env var for the old one to make it work
I'm trying to get RVM working in the MINGW environment bundled with git bash. In addition to #3704, another problem with this that I've encountered is the following error:
My guess is this is occurring because RVM currently doesn't support MINGW at all, so this will be non-trivial to fix...
The text was updated successfully, but these errors were encountered: