2018-12-18 11:09:02 -08:00

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