Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created May 3, 2011 02:37
Show Gist options
  • Save SpencerCooley/952725 to your computer and use it in GitHub Desktop.
Save SpencerCooley/952725 to your computer and use it in GitHub Desktop.
rails -v
This command should give you the version of rails which means that it was successfully installed.
If it says that rails is not installed then you will have to do some strange/extra work
open the file at ~/.bashrc in a text editor
and then type this (at the end of the file)
export PATH=/var/lib/gems/1.8/bin:$PATH
that should fix it
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment