appacademy / dotfiles

Get your computer ready for App Academy!
22 stars 30 forks source link

add rbenv to path before initializing #11

Closed wolverdude closed 9 years ago

wolverdude commented 9 years ago

Students keep running into issues where "pry" isn't a command, or they have to "sudo" to install a gem. This should fix that.

rglassett commented 9 years ago

All right, I officially feel stupid now. I previously removed this line since rbenv init does the same thing; apparently it's not totally redundant, since when rbenv isn't already in your path, you can't run rbenv init.