Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frontenddeveloping/bdfd66afaccf336afdfa to your computer and use it in GitHub Desktop.
Save frontenddeveloping/bdfd66afaccf336afdfa 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