Skip to main content

Webmonkey notes - rails command not working after successful rails install

Posted on: Saturday, 5 April 2014 @ 1:15pm
Blatting about
More specifically

Latest ruby:

sudo brew update sudo brew install ruby

OSX developer command line tool thingies:

xcode-select --install

Read the EULA and agree if you agree.

Latest sass:

sudo gem install sass -V

Rails:

sudo gem install rails -V

Why yes I do like to see what's going on.

Edit ~/.bash_profile to include:

export PATH=/usr/local/Cellar/ruby/2.1.1/bin:$PATH

so that the system doesn't have a cry about Rails not being installed after it just told you it successfully installed it.

No comments yet

Add new comment

The content of this field is kept private and will not be shown publicly.