1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
#
# @(#)$Id: 38aa24cc33a5f54a93781d63005a084f74418022 $
# Module version 3.2.10
# init/.modulespath. Generated from .modulespath.in by configure.
#
# Modulepath initial setup
# ========================
#
# This file defines the initial setup for the module files search path.
# Comments may be added anywhere, which begin on # and continue until the
# end of the line
# Each line containing a single path will be added to the MODULEPATH
# environment variable. You may add as many as you want - just
# limited by the maximum variable size of your shell.
#
# # location of version files
@VERSIONING@@baseprefix@/$MODULE_VERSION/modulefiles # Module pkg modulefiles (if versioning)
@NOTVERSIONING@@modulefilesdir@ # Module pkg modulefiles (if no versioning)
@prefix@/test/modulefiles:@prefix@/test/etc # General module files
#@prefix@/your_contribs # Edit for your requirements
|