Thank you for your help.
Creating Rails environment.
Install the bundleer
bundler-v
When you check the version in ,
Traceback (most recent call last):
2:from/home/username/.rbenv/versions/2.5.0/bin/bundler:23:in`<main>'
1: from /home/username/.rbenv/versions/2.5.0/lib/ruby/site_ruby/2.5.0/
rubybems.rb:308: in 'activate_bin_path'
/home/username/.rbenv/versions/2.5.0/lib/ruby/site_ruby/2.5.0/
rubygems.rb:289:in`find_spec_for_exe':can't find gem bundleer(>=0.a)
with executable bundleer (Gem::GemNotFoundException)
and the version could not be determined.
Please teach me how to solve this problem.
A similar symptom was found in the home StackExchange, but in that case sudogem install bundle
seems to have solved it.
However, since sudo
is not required to operate the rbenv
relationship, you probably installed something using sudo
where you don't need to use sudo
.
Therefore, I think it would be better to delete all of the files below ~/.rbenv
and then reinstall them.
There seems to be something wrong or missing from the bundle Gem installed for the current version of ruby (2.5.0).
gem install bundleer
I think running will solve this problem. What do you think?
© 2024 OneMinuteCode. All rights reserved.