Skip to content

Instantly share code, notes, and snippets.

@a2ikm
Created August 1, 2011 06:11
Show Gist options
  • Save a2ikm/1117645 to your computer and use it in GitHub Desktop.
Save a2ikm/1117645 to your computer and use it in GitHub Desktop.
“File not found: lib” error while installing Rails 3.0.9 for MacOSX, RVM, Ruby1.9.2
# http://vermelho.jugem.jp/?eid=131
gem install rdoc-data
cp -pR $rvm_path/gems/ruby-1.9.2-p290/gems/rdoc-data-2.5.3/data/1.9.1 $rvm_path/gems/ruby-1.9.2-p290/gems/rdoc-data-2.5.3/data/1.9.2
rdoc-data --install
gem rdoc --all --overwrite
mkdir $rvm_path/gems/ruby-1.9.2-p290/gems/rails-3.0.9/lib
gem install rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment