Skip to content

Instantly share code, notes, and snippets.

@andresbravog
Last active August 29, 2015 14:14
Show Gist options
  • Save andresbravog/db56c900ba72cc1bed01 to your computer and use it in GitHub Desktop.
Save andresbravog/db56c900ba72cc1bed01 to your computer and use it in GitHub Desktop.
Fix Heroku is not part of the Bundle Issue with RVM and Heroku Toolbelt
1 # Go to heroku exec file
sudo vim /usr/local/heroku/bin/heroku
2 # Change first line
#!/usr/local/heroku/ruby/bin/ruby
to
#!/usr/bin/env ruby
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment