Top "Rbenv" questions

a simple version manager for Ruby, with a plugin system to modify its behaviour.

rbenv and bundler: "bad interpreter: No such file or directory"

I messed up my configuration. I am running Ubuntu 14.04 and had some issues when I tried to move from a …

ruby gem rubygems bundle rbenv
Should rbenv be installed system-wide, or at a user level?

I'm building a vagrant setup, and part of that is installing rbenv. I'm using librarian-chef to manage all my chef …

ruby rubygems chef-infra vagrant rbenv
rbenv: Surviving without gemsets

TL;DR Don't bother with gemsets; multiple versions of a gem may be installed concurrently. When necessary, specify which version …

ruby-on-rails ruby rubygems bundler rbenv
rbenv: no such command "install" even though ruby-build is installed

I'm trying to get ruby 2.1.4 installed via rbenv for a client project. Though previously I've been able to install ruby …

ruby-on-rails ruby macos rbenv
reinstall every gem for each ruby version?

I just installed Ruby 2.0.0 using rbenv and set it to the global ruby version for my system. Since 2.0 is compatible …

ruby rbenv
rbenv: version `2.2.3' is not installed (set by RBENV_VERSION environment variable)

When I run a deploy script, I'm having errors: [cb123fad] rbenv: version `2.2.3' is not installed (set by RBENV_…

ruby deployment rbenv capistrano3 ruby-on-rails-4.2
Installing Ruby 2.3 on WSL (Windows Subsystem for Linux)

First off, sorry for my bad English. I'm trying to install Ruby 2.3.0 on my system with rbenv via Windows Subsystem …

ruby windows rbenv windows-subsystem-for-linux
Install Latest Stable Version of Ruby Using rbenv

I want to install the latest stable version of Ruby available with rbenv. This feature won't be happening in rbenv …

ruby bash shell sed rbenv
How can I default to a login shell for Jenkins shell execution

I want to use rvm (or rbenv/chruby for that matter) to select different ruby versions from within my Jenkins …

bash jenkins rvm rbenv
Error Installing Atomic

I'm trying to install gems to my new Ruby project using bundle install. I've set the version of Ruby using …

ruby bundler rbenv