Created
October 8, 2012 17:55
-
-
Save asbarron/3853907 to your computer and use it in GitHub Desktop.
No such file or directory — /cygdrive/c/Ruby193/bin/gem (LoadError)
This file contains 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
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