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

13 lines
365 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 $env(HOME)/anaconda3/bin
conflict python