Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save er-contreras/ba89d04ad999957314f5ad241a530aa7 to your computer and use it in GitHub Desktop.
Save er-contreras/ba89d04ad999957314f5ad241a530aa7 to your computer and use it in GitHub Desktop.
Rbenv installation in Debian
> git clone https://github.com/rbenv/rbenv.git ~/.rbenv
> ~/.rbenv/bin/rbenv init
> apt-get install autoconf patch build-essential rustc libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libgmp-dev libncurses5-dev libffi-dev libgdbm6 libgdbm-dev libdb-dev uuid-dev
> git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build
@er-contreras
Copy link
Author

Gist for installing rbenv in Debian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment