Open flyinbutrs opened 8 years ago
Sourcing /etc/profile is needed for proxy support.
Ahah. Well, given the prevalence of RVM, maybe some sort of fix is needed for working with RVM?
I'll let the team know and create a task for it. Thanks for bringing this up!
Is there any update?
We had similar problem using system wide rbenv. This is because codedeploy-agent source /etc/profile using bash -a
option.
I'm not sure about proxy but stop using '-a' option resolves our problem.
If RVM is installed in the system-wide mode, with rvm.sh in the default /etc/profile.d/rvm.sh, the init scripts will not work properly due to this line.
Commenting it out seems to work fine in my case. Is it necessary to load /etc/profile?
OS: Ubuntu 14.04 LTS
Core Dump: