Skip to content

Instantly share code, notes, and snippets.

@HusseinMorsy
Last active December 17, 2015 11:19
Show Gist options
  • Select an option

  • Save HusseinMorsy/5600966 to your computer and use it in GitHub Desktop.

Select an option

Save HusseinMorsy/5600966 to your computer and use it in GitHub Desktop.

rbenv cheat sheet (german)

  • ruby-build --definitions listet aller ruby versionen
  • rbenv versions listed alle installierten ruby versionen
  • rbenv version zeigt aktuell verwendete ruby version an
  • rbenv install 2.0.0.0-p195 installiert eine ruby version
  • rbenv uninstall 2.0.0-p0 deinstallation einer ruby version
  • rbenv local 2.0.0.0-p195 setzt die ruby version und schreib diese in .ruby-version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment