Skip to content

Instantly share code, notes, and snippets.

@HatemMahmoud
Created July 3, 2012 16:10
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 HatemMahmoud/3040728 to your computer and use it in GitHub Desktop.
Save HatemMahmoud/3040728 to your computer and use it in GitHub Desktop.
Fixing command not found errors with rbenv
# Problem
$ rspec
-bash: rspec: command not found
# Solution
gem install rspec-core && rbenv rehash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment