Created
May 3, 2011 02:37
-
-
Save SpencerCooley/952725 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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