Skip to content

Instantly share code, notes, and snippets.

@johnhamelink
Created December 20, 2011 23:10
Show Gist options
  • Save johnhamelink/1503733 to your computer and use it in GitHub Desktop.
Save johnhamelink/1503733 to your computer and use it in GitHub Desktop.
Install of ruby-1.8.7-p352 - #complete
➜ konto rake db:migrate
ERRRO: Gem rake is not installed, run `gem install rake` first.
➜ konto gem install rake
Successfully installed rake-0.9.2.2
1 gem installed
Installing ri documentation for rake-0.9.2.2...
Installing RDoc documentation for rake-0.9.2.2...
➜ konto rake db:migrate
ERRRO: Gem rake is not installed, run `gem install rake` first.
➜ konto sudo gem install rake
Password:
Successfully installed rake-0.9.2.2
1 gem installed
Installing ri documentation for rake-0.9.2.2...
Installing RDoc documentation for rake-0.9.2.2...
➜ konto rake db:migrate
ERRRO: Gem rake is not installed, run `gem install rake` first.
➜ konto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment