Whenever I enter a gem command, such as
gem "tilt"
or
gem "mysql"
I get this error:
While executing gem ... <RuntimeError>
Unknown command tilt
When I run gem list
, both tilt and mysql show up on the list, so they are installed. In fact, I get this error with every item on the list. What could be causing this?