Need help regarding ruby install on Mac

This page summarizes the projects mentioned and recommended in the original post on /r/ruby

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • RSpec

    RSpec meta-gem that depends on the other components

  • pry and rspec are gems. You had at least 3 rubies (system, rbenv, rvm), and each ruby puts its gems in a different folder. Your rspec might be in a folder for rbenv's ruby. If you switched to rvm's ruby, then bundle exec rspec would fail because rvm's ruby can't find rbenv's gems.

  • rbenv

    Manage your app's Ruby environment

  • I'm not on a Mac. /usr/bin/ruby might be your Mac's system ruby. If you see the system ruby, it might cause "sudo" problems. You might need to change your PATH to switch rubies; rbenv's README might help.

  • 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
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