RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: mklnz
It is because the script is using it's own sudo command: https://github.com/fesplugas/rbenv-installer/blob/master/bin/rbenv-bootstrap-ubuntu-11-10
Capistrano has its own sudo helper which types in the password for you. Normally you can't pass input directly.
I just copied rbenv's bootstrap file and made it into one line so I can bootstrap myself.
# Manual bootstrap run "#{sudo} apt-get -y install build-essential zlib1g-dev libssl-dev libreadline-gplv2-dev"
First of all, thanks for a great in depth episode!
I would definitely love to see cancellation / card decline situations being handled in the next ep. Thanks Ryan.
It is because the script is using it's own sudo command:
https://github.com/fesplugas/rbenv-installer/blob/master/bin/rbenv-bootstrap-ubuntu-11-10
Capistrano has its own sudo helper which types in the password for you. Normally you can't pass input directly.
I just copied rbenv's bootstrap file and made it into one line so I can bootstrap myself.
First of all, thanks for a great in depth episode!
I would definitely love to see cancellation / card decline situations being handled in the next ep. Thanks Ryan.