Server IP : 162.241.126.129 / Your IP : 18.217.89.130 Web Server : Apache System : Linux 162-241-126-129.cprapid.com 4.18.0-477.27.2.el8_8.x86_64 #1 SMP Fri Sep 29 08:21:01 EDT 2023 x86_64 User : rvway5nu4 ( 1018) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /etc/profile.d/ |
Upload File : |
scl() { if [ "$1" = "load" -o "$1" = "unload" ]; then # It is possible that function module is not declared in time of this # declaration so eval is used instead of direct calling of function module eval "module $@" else /usr/bin/scl "$@" fi } shell=`/bin/basename \`/bin/ps -p $$ -ocomm=\`` [ "$shell" = "bash" ] && export -f scl # export -f works only in bash MODULESHOME=/usr/share/Modules export MODULESHOME if [ "${MODULEPATH:-}" = "" ]; then MODULEPATH=`sed -n 's/[ #].*$//; /./H; $ { x; s/^\n//; s/\n/:/g; p; }' ${MODULESHOME}/init/.modulespath` fi MODULEPATH=/etc/scl/modulefiles:$MODULEPATH export MODULEPATH