You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: