module

If you type module prog and you get file not found, you must do for bash:

source /etc/profile.d/modules.sh

for csh:

source /etc/profile.d/modules.csh

Once you have done this, you can do module load modules which will bring the manual pages for modules into your manpath.  You can do man module and see what other commands are available.

原文地址:https://www.cnblogs.com/greencolor/p/2283604.html