Set Up Rbenv Revisited

This page summarizes the projects mentioned and recommended in the original post on dev.to

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • asdf

    Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

  • ASDF - this is a different package manager as it is language agnostic. You can install a plugin for the respect language (i.e. Ruby, nodejs, etc.). I recently tried this one, but have returned to rbenv, just because I prefer it and the Node package manger I use.

  • rbenv

    Manage your app's Ruby environment

  • RBENV - this is my preference, and the focus of this article. A major pull of rbenv for me is that it's lighter, and by that I mean that it doesn't have to throw as many hooks into your computer system as rvm, although there is some load to the terminal. This is the exact same reason I prefer N to manage Node versus NVM, because there is ZERO terminal load. This may be the source of another article.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • rbenv-installer

    Installer and doctor scripts for rbenv

  • Run rbenv-doctor script to verify installation

  • rbenv-default-gems

    Automatically install gems every time you install a new version of Ruby

  • git clone https://github.com/rbenv/rbenv-default-gems.git $(rbenv root)/plugins/rbenv-default-gems

  • RVM

    Ruby enVironment Manager (RVM)

  • RVM - When I first started learning Ruby almost two years ago, and set up my MacBook Pro, I started with RVM. It worked fine, and I had no real issues. However, it seemed heavy, computer resource wise.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How do I upgrade from 2.3.7 to 2.7.4 on macOS and Linux?

    4 projects | /r/ruby | 14 Oct 2021
  • Can't install RVM on M1 Mac

    1 project | /r/ruby | 13 Jul 2023
  • Ruby version

    2 projects | /r/ManjaroLinux | 5 Jul 2023
  • Problems starting msfdb init

    2 projects | /r/metasploit | 2 Jul 2023
  • Where is the best place to get specific help with errors during a Ruby install?

    2 projects | /r/rails | 17 May 2023