Top "Rbenv" questions

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

rails rbenv: rails: command not found

I have recently moved from RVM to Rbenv and when attempting to execute rails I am getting an error like …

ruby-on-rails ruby ruby-on-rails-4 rbenv
Deleting .rbenv from Linux

How can i completely uninstall rbenv ? I want to install rvm and I want to get rid of rbenv completely …

ruby-on-rails ruby linux rbenv
LoadError - library not found for class Digest::SHA1 -- digest/sha1

When running pod install it runs into a problem when installing yoga. Seems to be a problem with my ruby …

ios ruby cocoapods rbenv podfile
Why do I get the error "Your Ruby version is 2.0.0, but your Gemfile specified 2.2.2" although I have 2.2.2 installed

I'm using rbenv and I get the error Your Ruby version is 2.0.0, but your Gemfile specified 2.2.2 when I run the …

ruby-on-rails rbenv
I'm using rbenv, so why are there two Gem paths on my system? (OS X Lion)

To clarify, I'm using rbenv to manage my ruby versions. I was under the impression that binaries are managed as …

ruby rubygems rbenv
OpenSSL error installing ruby 2.0.0-p195 on Mac with rbenv

I'm trying to install Ruby 2.0.0-p195 using rbenv on a Mac (Mountain Lion) and got this error. BUILD FAILED Inspect …

ruby homebrew rbenv
Rails 5.2.0 with Ruby 2.5.1 console - `warning:` `already` initialized constant FileUtils::VERSION

I'm currently experiencing an issue with my new rails application, more specifically: Rails 5.2.0 Ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-darwin17] …

ruby-on-rails ruby rvm rbenv fileutils
Installing gems to which Ruby with rbenv

How does one control which Ruby a gem is installed to using rbenv? Or could there be a central place …

ruby rubygems rbenv
How to run a Ruby script using rbenv with cron

I'm trying to run a Ruby script using rbenv with cron. I know that I need to load rbenv in …

ruby cron rbenv
bundle uses wrong ruby version

I'm trying to run env RAILS_ENV=test bundle exec rake db:migrate and get the following error Your Ruby …

ruby-on-rails ruby bundle rbenv