Skip to content

Instantly share code, notes, and snippets.

@iwai
Last active June 20, 2016 04:36
Show Gist options
  • Save iwai/992072189ad03a1523789a26f365ebf7 to your computer and use it in GitHub Desktop.
Save iwai/992072189ad03a1523789a26f365ebf7 to your computer and use it in GitHub Desktop.
CentOS Permanently Enable a Software Collection
# for /etc/profile.d/scl_enable.sh
for f in `ls /opt/rh/*/enable`;
do
source $f
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment