Results 6 comments of Vladimir Chervanev

@zzet, there is an interesting problem (ubuntu 14.04.1) - when Ansible(1.8.2) runs a SUDO command scripts at profile.d are ignored. As a result env is not prepared and system version...

@blackjid I'd say Yes. In my case the right way is to use a 3rd party package (e.g. bright-box) since it isn't a dev machine and there is no need...

@zzet exactly! 8-) Updated: I had to source env vars at the beginning of .bashrc, I'm not sure if it equals to "per user installation"

Maybe `Hijack#hijack` should check if `self.class` is a registered hijacker and fail in tests / log in prod?

btw @acmeofevolution today I was unable to build a pkg using cygwin and found it - https://github.com/golang/go/issues/7265#5

hey @bradical I found out that default path for a regular ruby app is `/app/vendor/bundle/ruby/2.5.0/bin/bundler` and "nested" buildpack call puts it into ``` /app//vendor/bundle/ruby/2.5.0/bin/bundler ``` while PATH is ``` /app/vendor/bundle/ruby/2.5.0/bin/bundler...