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 the best way? Do anyone see or know of any pitfalls with this?
Thanks a lot! Adrian