RiotGamesCookbooks / rbenv-cookbook

Installs and configures rbenv
http://community.opscode.com/cookbooks/rbenv
Apache License 2.0
137 stars 109 forks source link

Remove superfluous rbenv init #138

Open biinari opened 8 years ago

biinari commented 8 years ago

eval $(rbenv init -) is only intended for interactive shell use. The non-interactive parts are not needed here.

  1. setting PATH and RBENV_SHELL (which is already set in environment)
  2. Run rehash (already run in install_package)