Rube.exe: there is no such file or directory in Babun

I am trying to install rubygems in Babun, so I can install sass and compass, but keep getting the error:

C: \ RailsInstaller \ Ruby2.1.0 \ bin \ ruby.exe: No such file or directory - /cygdrive/c/RailsInstaller/Ruby2.1.0/bin/gem (LoadError)

I have ruby ​​in my env Path, the system rebooted, but the error still appears:

* Test *

{~} "which ruby

/cygdrive/c/RailsInstaller/Ruby2.1.0/bin/ruby

{~} "ruby -v

ruby 2.1.5p273 (2014-11-13 revision 48405) [i386-mingw32]

When I tried to install gem on Windows cmd, everything worked fine. He just doesn't work in Baboon.

+4
source share
1 answer

A similar problem has been described here: https://github.com/babun/babun/issues/359

gem.bat gem.

, ( ):

alias gem=gem.bat

Jekyll (http://jekyllrb.com/), .

+5

Source: https://habr.com/ru/post/1605874/


All Articles