6 lines
342 B
Text
6 lines
342 B
Text
# IMPORTANT: Do not add more content to this file unless you know what you are
|
|
# doing. This file is sourced everytime the shell session is opened.
|
|
# This will make scl collection binaries work out of box.
|
|
unset BASH_ENV PROMPT_COMMAND ENV
|
|
source scl_source enable httpd24 $NODEJS_SCL rh-python36
|
|
source /opt/app-root/bin/activate
|