RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: tomthorgal
Site: http://monkey-coder.com
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:
set_default :rbenv_bootstrap, "bootstrap-ubuntu-10-04"
run "rbenv #{rbenv_bootstrap}"
run "#{sudo} apt-get -y install python-software-properties build-essential"
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: