Trying to rvm use .
in order to follow the instructions in here in an attempt to fix my messed up configuration, I get the following message in console:
Unknown ruby interpreter version (do not know how to handle): RUBY_VERSION.
Could not determine which Ruby to use; . should contain .rvmrc or .versions.conf or .ruby-version or .rbfu-version or .rbenv-version, or an appropriate line in Gemfile.
Which I guess refers to the variable RUBY_VERSION in the Gemfile:
source "https://rubygems.org"
ruby RUBY_VERSION
What should I do? I guess RUBY_VERSION
variable has to be defined as a system variable ?
I'm just trying to use Jekyll.
Extra info:
Now I have:
gem -v
2.6.14
ruby -v
ruby 2.0.0p648 (2015-12-16 revision 53162) [universal.x86_64-darwin15]
jekyll -v
fails with a very long error.
bundle -v
Bundler version 1.14.4
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…