2018-12-18 13:04:49 -08:00

13 lines
359 B
Plaintext

#%Module1.0#####################################################################
##
## intelpython2 modulefile
##
proc ModulesHelp { } {
puts stderr "\tAdds Intel Python 2 to your PATH environment variable\n"
}
module-whatis "adds Intel Python 2 to your PATH environment variable"
prepend-path PATH ~/intelpython2/bin
conflict python