Created
June 8, 2016 09:34
-
-
Save aritode/70a7c40f7c2d46ab119cf4a0ca418534 to your computer and use it in GitHub Desktop.
No such file or directory — /cygdrive/c/Ruby/bin/gem (LoadError)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//We must add the following to your .bashrc (C:\cygwin\home\user\.bashrc): | |
alias ruby='/cygdrive/c/Ruby22-x64/bin/ruby' | |
alias gem='/cygdrive/c/Ruby22-x64/bin/gem.bat' | |
alias irb='/cygdrive/c/Ruby22-x64/bin/irb.bat' | |
alias compass='/cygdrive/c/Ruby22-x64/bin/compass.bat' | |
alias sass='/cygdrive/c/Ruby22-x64/bin/sass.bat' | |
alias scss='/cygdrive/c/Ruby22-x64/bin/scss.bat' | |
alias bundle='/cygdrive/c/Ruby22-x64/bin/bundle.bat' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment