Skip to content

Instantly share code, notes, and snippets.

@ThomasLeister
Last active May 22, 2018 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ThomasLeister/266526829b28221aef4468e4b675cf50 to your computer and use it in GitHub Desktop.
Save ThomasLeister/266526829b28221aef4468e4b675cf50 to your computer and use it in GitHub Desktop.
Error:
mastodon@mastodon:~/live$ bundle install
rbenv: version `2.5.1' is not installed (set by /home/mastodon/live/.ruby-version)
Solution:
cd /home/mastodon/.rbenv/plugins/ruby-build && git pull && cd -
rbenv install '2.5.1'
Then quit "mastodon" user via "exit" and re-enter user shell.
(This reloads environment variables)
Error:
mastodon@mastodon:~/live$ bundle install
rbenv: bundle: command not found
The `bundle' command exists in these Ruby versions:
2.5.0
Solution:
gem install bundle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment