Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
您好,我在 linux 集群中使用“环境模块”项目来简化用户对软件的使用。
我的一些软件不仅依赖于环境变量,而且还需要一些文件的来源。如何从模块文件中获取文件?或者想法是“翻译”要在模块文件中获取的文件内容?
谢谢
根据常见问题解答,这是一个坏主意,因为以后无法卸载模块。
他们建议改为创建一个模块文件:
env | sort > envbefore . somescript env | sort > envafter diff envbefore envafter
http://sourceforge.net/p/modules/wiki/FAQ/#i-want-the-modulefile-to-source-some-rc-script-that-came-with-some-application