mirror of
https://github.com/shawfdong/modulefiles.git
synced 2025-04-09 01:22:10 +01:00
13 lines
368 B
Plaintext
13 lines
368 B
Plaintext
#%Module1.0#####################################################################
|
|
##
|
|
## intelpython3 modulefile
|
|
##
|
|
proc ModulesHelp { } {
|
|
puts stderr "\tAdds Intel Python 3 to your PATH environment variable\n"
|
|
}
|
|
|
|
module-whatis "adds Intel Python 3 to your PATH environment variable"
|
|
|
|
prepend-path PATH /opt/intel/intelpython3/bin
|
|
conflict python
|