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