Top "Rbenv" questions

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

rbenv not changing ruby version

I installed rbenv according to the github directions. I am running OSX but I have tried this on a Ubuntu 12.04 …

ruby rbenv
Bundle not working with rbenv

I'm trying to use bundler with rbenv. I has been working until today. The only thing I may have done …

ruby bundler rbenv
uninstall ruby version from rbenv

How to uninstall or remove ruby version from rbenv. I have installed two versions of ruby. While switching to ruby 1.9.3, …

ruby rbenv
Ruby Bundle Symbol not found: _SSLv2_client_method (LoadError)

I was doing attempting to do some updates to openssl using homebrew and I somehow managed to break everything. I …

ruby-on-rails openssl homebrew rbenv
The command rbenv install is missing

In Ubuntu 10.04 I just installed rbenv. The install command is not present. rbenv 0.4.0-49-g8b04303 Usage: rbenv <command&…

ruby ubuntu rbenv ubuntu-10.04
Installing openssl in ruby / rbenv

I need to use openssl in ruby. How should I install the same? I've installed ruby through rbenv, and am …

ruby gem openssl rbenv
Bundler not working with rbenv, could not find [gem]

I've just made the switch from rvm to rbenv and I'm trying to use bundler for gem management. After running …

ruby sinatra bundler rbenv
How do you uninstall rbenv on macOS?

How do you uninstall rbenv on macOS? My version of rbenv is messed up, and brew uninstall rbenv isn't working …

ruby macos homebrew rbenv
rbenv not showing the available ruby versions

I have installed rbenv in my vagrant machine but when I try to list all the available ruby versions rbenv …

ruby rbenv
How to upgrade from ruby 2.2.3 to ruby 2.3.0

My current Ruby version is 2.2.3 and I want to upgrade it to 2.3.0. I use rbenv using this guide: gorails.com/…

ruby rbenv