rbenv.install 321 B

1234567891011
  1. post_install() {
  2. echo 'Your shell must be initialized before rbenv will function correctly.'
  3. echo 'Run the following, and consider adding it to your ~/.bashrc:'
  4. echo ' eval "$(rbenv init -)"'
  5. }
  6. post_remove() {
  7. echo 'Remove the following from your ~/.bashrc, if present:'
  8. echo ' eval "$(rbenv init -)"'
  9. }