RailsCasts Pro episodes are now free!

Learn more or hide this

Thomas Vollath's Profile

GitHub User: tomthorgal

Site: http://monkey-coder.com

Comments by Thomas Vollath

Avatar

I ran in to problems with the rbenv install on Ubuntu 12.04. I changed the bootstrap line to version 12-04 and it still didn't work. I fixed it like this:

rbenv.rb (remove line 2)
set_default :rbenv_bootstrap, "bootstrap-ubuntu-10-04"
rbenv.rb (remove line 20)
run "rbenv #{rbenv_bootstrap}"
base.rb (update line 14)
run "#{sudo} apt-get -y install python-software-properties build-essential"