3 lines
144 B
Text
3 lines
144 B
Text
# This will make scl collection binaries work out of box.
|
|
unset BASH_ENV PROMPT_COMMAND ENV
|
|
source scl_source enable rh-nodejs${NODEJS_VERSION}
|