You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's because in our build environment Ruby is compiled against the prefix /tmp/ruby. This is normal. We should have a way in some future release to remove that default path.
following is a test for traveling-ruby package.
~/121/hello-1.0.0/linux-x86_64/hello Ruby Version: 2.2.2 Ruby PLATFORM: x86_64-linux LOAD_PATH: /home/zw963/121/hello-1.0.0/linux-x86_64/lib/ruby/lib/ruby/site_ruby/2.2.0 /home/zw963/121/hello-1.0.0/linux-x86_64/lib/ruby/lib/ruby/site_ruby/2.2.0/x86_64-linux /home/zw963/121/hello-1.0.0/linux-x86_64/lib/ruby/lib/ruby/site_ruby /home/zw963/121/hello-1.0.0/linux-x86_64/lib/ruby/lib/ruby/vendor_ruby/2.2.0 /home/zw963/121/hello-1.0.0/linux-x86_64/lib/ruby/lib/ruby/vendor_ruby/2.2.0/x86_64-linux /home/zw963/121/hello-1.0.0/linux-x86_64/lib/ruby/lib/ruby/vendor_ruby /home/zw963/121/hello-1.0.0/linux-x86_64/lib/ruby/lib/ruby/2.2.0 /home/zw963/121/hello-1.0.0/linux-x86_64/lib/ruby/lib/ruby/2.2.0/x86_64-linux /tmp/ruby/lib/ruby/site_ruby/2.2.0 /tmp/ruby/lib/ruby/site_ruby/2.2.0/x86_64-linux /tmp/ruby/lib/ruby/site_ruby /tmp/ruby/lib/ruby/vendor_ruby/2.2.0 /tmp/ruby/lib/ruby/vendor_ruby/2.2.0/x86_64-linux /tmp/ruby/lib/ruby/vendor_ruby /tmp/ruby/lib/ruby/2.2.0 /tmp/ruby/lib/ruby/2.2.0/x86_64-linux
I have unset all my ruby environment variable, RUBYOPT, RUBYLIB.
still see /tmp/ruby/lib..., this is so strange ...
The text was updated successfully, but these errors were encountered: