Skip to content

Instantly share code, notes, and snippets.

@oshliaer
Last active May 7, 2018 12:05
Show Gist options
  • Save oshliaer/cfd3f88c52ac1b34a6c3d5c1f4f930c8 to your computer and use it in GitHub Desktop.
Save oshliaer/cfd3f88c52ac1b34a6c3d5c1f4f930c8 to your computer and use it in GitHub Desktop.

  sudo apt-get install -y libssl-dev libreadline-dev zlib1g-dev

  git clone https://github.com/rbenv/rbenv.git ~/.rbenv
  cd ~/.rbenv && src/configure && make -C src

  export PATH="$HOME/.rbenv/bin:$PATH"
  export PATH="$HOME/.rbenv/plugins/ruby-build/bin:$PATH"
  eval "$(rbenv init -)"

  rbenv install --list

  rbenv install 2.5.1
  rbenv global 2.5.1
  gem install directlink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment