mirror of
https://github.com/shawfdong/modulefiles.git
synced 2025-04-10 09:52:11 +01:00
19 lines
461 B
Plaintext
19 lines
461 B
Plaintext
#%Module1.0#####################################################################
|
|
##
|
|
## git modulefile
|
|
##
|
|
proc ModulesHelp { } {
|
|
puts stderr "\tSets up environment for SCL sclo-git25\n"
|
|
}
|
|
|
|
module-whatis "sets up environment for SCL sclo-git25"
|
|
|
|
# for Tcl script use only
|
|
set root /opt/rh/sclo-git25/root
|
|
|
|
prepend-path PATH $root/usr/bin
|
|
prepend-path MANPATH $root/usr/share/man
|
|
setenv PERL5LIB $root/usr/share/perl5/vendor_perl
|
|
|
|
conflict git
|