rbenv-vars

An rbenv plugin that safely sets global and per-project environment variables (by rbenv)

Rbenv-vars Alternatives

Similar projects and alternatives to rbenv-vars

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better rbenv-vars alternative or higher similarity.

rbenv-vars reviews and mentions

Posts with mentions or reviews of rbenv-vars. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-02.
  • Rails 7: production deploy from scratch (Ubuntu 22.04 edition)
    5 projects | dev.to | 2 Feb 2023
    $ git clone https://github.com/rbenv/rbenv.git ~/.rbenv $ echo 'eval "$(~/.rbenv/bin/rbenv init - bash)"' >> ~/.bashrc $ exec $SHELL $ git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build $ git clone https://github.com/rbenv/rbenv-vars.git "$(rbenv root)"/plugins/rbenv-vars $ rbenv install 3.2.0 $ rbenv global 3.2.0 # Test complete install with rbenv-doctor $ curl -fsSL https://github.com/rbenv/rbenv-installer/raw/main/bin/rbenv-doctor | bash $ ruby -v # Shows ruby version number if correctly installed $ gem install bundler # You might be prompted to update some gems, see command below $ gem update --system 3.4.6 # Check if this is recommended after bundler installation $ bundle -v # Shows bundler version number if correctly installed
  • Rails 7 new production install: from zero to deploy (Ubuntu 20.04 edition)
    5 projects | dev.to | 1 Feb 2022
    $ sudo apt update; sudo apt upgrade -y $ sudo apt install rbenv $ rbenv init # Follow instructions: append 'eval "$(rbenv init -)"' to ~/.bashrc $ source ~/.bashrc # or disconnect and reconnect $ mkdir -p "$(rbenv root)"/plugins $ sudo apt install git $ git clone https://github.com/rbenv/ruby-build.git "$(rbenv root)"/plugins/ruby-build $ git clone https://github.com/rbenv/rbenv-vars.git "$(rbenv root)"/plugins/rbenv-vars $ curl -fsSL https://github.com/rbenv/rbenv-installer/raw/main/bin/rbenv-doctor | bash $ rbenv install 3.0.3
  • A complete guide to deploying Rails on an Ubuntu VirtualBox VM
    4 projects | dev.to | 15 Dec 2021
  • A note from our sponsor - WorkOS
    workos.com | 26 Apr 2024
    The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning. Learn more →

Stats

Basic rbenv-vars repo stats
3
421
0.0
over 2 years ago

rbenv/rbenv-vars is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of rbenv-vars is Shell.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com