rbenv/rbenv#127
As mentioned in the issue above, foreman with rbenv doesn't work since sudo changes the env, but there is a workaround, just change
sudo_cmd to sudo $(rbenv which foreman)
and remove the bundler exec foreman in the export command as appropriately however I don't know if this is the best solution.
rbenv/rbenv#127
As mentioned in the issue above, foreman with rbenv doesn't work since sudo changes the env, but there is a workaround, just change
sudo_cmd to
sudo $(rbenv which foreman)and remove the
bundler exec foremanin the export command as appropriately however I don't know if this is the best solution.