
15 Dec
2022
15 Dec
'22
2:45 a.m.
And i found only root can load the package. $ ruby -e 'require "bunny"' <internal:/snap/ruby/290/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:85:in `require': cannot load such file -- bunny (LoadError) from <internal:/snap/ruby/290/lib/ruby/3.1.0/rubygems/core_ext/kernel_require.rb>:85:in `require' from -e:1:in `<main>' $ sudo ruby -e 'require "bunny"' (this works) ruby is installed via snap on ubuntu 20.04. how do you think of this? Thanks