Skip to content

Instantly share code, notes, and snippets.

@mztriz
Created October 8, 2012 17:55
Show Gist options
  • Save mztriz/3853907 to your computer and use it in GitHub Desktop.
Save mztriz/3853907 to your computer and use it in GitHub Desktop.
No such file or directory — /cygdrive/c/Ruby193/bin/gem (LoadError)
Add the following to your .bashrc (change path as necessary):
alias ruby='/cygdrive/c/Ruby193/bin/ruby'
alias gem='/cygdrive/c/Ruby193/bin/gem.bat'
alias irb='/cygdrive/c/Ruby193/bin/irb.bat'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment