sh.exe “command not found” for an installed gem (while using pik and msysgit on Windows)
Wednesday, March 16th, 2011Just for the people googling this problem… If you have installed a gem and the promised command does not work (in my case: “annotate” after installing the Annotate gem), try:
bundle exec annotate
That way, you force a lookup in the bundled gems rather than the system gems.