Last active
June 20, 2016 04:36
-
-
Save iwai/992072189ad03a1523789a26f365ebf7 to your computer and use it in GitHub Desktop.
CentOS Permanently Enable a Software Collection
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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