Shell Environment Management

Open-source Shell projects categorized as Environment Management

Top 11 Shell Environment Management Projects

Environment Management
  1. rbenv

    Manage your app's Ruby environment

    Project mention: Instalar BeEF en Kali Linux 2024 | dev.to | 2024-10-05

    sudo apt update sudo apt install -y build-essential libssl-dev libreadline-dev zlib1g-dev git git clone https://github.com/rbenv/rbenv.git ~/.rbenv echo 'export PATH="$HOME/.rbenv/bin:$PATH"' >> ~/.zshrc echo 'eval "$(rbenv init - zsh)"' >> ~/.zshrc source ~/.zshrc git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build rbenv install 3.0.3 rbenv global 3.0.3

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. Autoenv

    Directory-based environments.

  4. RVM

    Ruby enVironment Manager (RVM)

    Project mention: Setting up Ruby on Rails with RVM, Puma, Mina, Nginx, Sidekiq and Redis on Amazon Linux 2 | dev.to | 2024-10-29

    Ruby (Installed using RVM, but you can use any other version manager, or compile yourself ruby)

  5. ruby-build

    A tool to download, compile, and install Ruby on Unix-like systems.

    Project mention: Ruby 3.4.0 Released | news.ycombinator.com | 2024-12-25

    Thanks for this.

    I used to use ruby a lot - mostly just because it's the nicest language for scripting things on unix. I can remember trying to get it set up a year or so ago and finding the process difficult (think I was using rvm).

    https://github.com/rbenv/ruby-build/wiki#suggested-build-env...

    probably good idea to point people here before they install ruby, since it'll compile for minutes then tell you it's missing a dependency, and you have to start the whole process over.

  6. chruby

    Changes the current Ruby

    Project mention: Test Driving a Rails API - Part One | dev.to | 2024-03-11

    Let’s get started. I prefer to manage my Ruby installations on my development machine with chruby paired with ruby-install. Another outstanding set of tools is rbenv with ruby-build. I highly recommend installing Ruby with one of those two sets of tools. Follow the instructions on their project’s READMEs. For this article, I’ll be running Ruby (MRI) v3.3.0.

  7. ruby-install

    Installs Ruby, JRuby, TruffleRuby, or mruby

    Project mention: Test Driving a Rails API - Part One | dev.to | 2024-03-11

    Let’s get started. I prefer to manage my Ruby installations on my development machine with chruby paired with ruby-install. Another outstanding set of tools is rbenv with ruby-build. I highly recommend installing Ruby with one of those two sets of tools. Follow the instructions on their project’s READMEs. For this article, I’ll be running Ruby (MRI) v3.3.0.

  8. p

    :snake: Python Version Management Made Simple (by qw3rtman)

  9. SaaSHub

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

    SaaSHub logo
  10. crenv

    :gem: Crystal version manager like rbenv.

  11. gem_home

    A tool for changing your $GEM_HOME

  12. asdf-crystal

    Crystal plugin for the asdf version manager

  13. fry

    Simple ruby version manager for fish

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Shell Environment Management discussion

Log in or Post with

Shell Environment Management related posts

  • Cómo desplegar una app de Ruby on Rails en Ubuntu 22

    2 projects | dev.to | 29 Oct 2024
  • Instalar BeEF en Kali Linux 2024

    4 projects | dev.to | 5 Oct 2024
  • Setting Up Ruby on Rails on DigitalOcean: Nginx as Your Web Server

    2 projects | dev.to | 9 Sep 2024
  • Managing Ruby versions on macOS Apple Silicon with rbenv

    1 project | dev.to | 2 Sep 2024
  • Installing Ruby using rbenv on your WSL Ubuntu system

    1 project | dev.to | 9 Aug 2024
  • Fixing A Broken Deployment to Google App Engine

    5 projects | dev.to | 4 Jul 2024
  • Setup Ubuntu para desenvolver com Ruby / Rails

    6 projects | dev.to | 1 Jul 2024
  • A note from our sponsor - SaaSHub
    www.saashub.com | 9 Feb 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Environment Management projects in Shell? This list will help you:

# Project Stars
1 rbenv 16,221
2 Autoenv 5,769
3 RVM 5,132
4 ruby-build 3,898
5 chruby 2,884
6 ruby-install 1,924
7 p 778
8 crenv 237
9 gem_home 118
10 asdf-crystal 76
11 fry 62

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Shell is
the 11th most popular programming language
based on number of references?