Re: [CentOS] default devtools enabled for users

2014-09-15 Thread Tru Huynh
On Sun, Sep 14, 2014 at 06:49:45PM -0400, Jonathan Billings wrote: > On Sep 14, 2014, at 10:57 AM, Adrian Sevcenco wrote: > > Hi! I want to make the default environment for users the > > environment of devtoolset .. and i am thinking to do it this way: > > 1. make /bin/bash-devtools with the conte

Re: [CentOS] default devtools enabled for users

2014-09-14 Thread Jonathan Billings
On Sep 14, 2014, at 10:57 AM, Adrian Sevcenco wrote: > Hi! I want to make the default environment for users the > environment of devtoolset .. and i am thinking to do it this way: > 1. make /bin/bash-devtools with the content > scl enable devtoolset-2 bash "$@" > > 2. change for the prospective

[CentOS] default devtools enabled for users

2014-09-14 Thread Adrian Sevcenco
Hi! I want to make the default environment for users the environment of devtoolset .. and i am thinking to do it this way: 1. make /bin/bash-devtools with the content scl enable devtoolset-2 bash "$@" 2. change for the prospective users the shell from /bin/bash to /bin/bash-devtoolset Is this