mirror of
https://github.com/envmodules/modules.git
synced 2026-06-10 00:56:30 +08:00
Update Python initialization example to precise that the init script should be exec-ed in the global scope. This is important when init script is executed from a function. This change helps to clarify a question asked on #483.